svn commit: r290350 - head/gnu/usr.bin/grep

Craig Rodrigues rodrigc at FreeBSD.org
Wed Nov 4 05:38:09 UTC 2015


Author: rodrigc
Date: Wed Nov  4 05:38:08 2015
New Revision: 290350
URL: https://svnweb.freebsd.org/changeset/base/290350

Log:
  Include "system.h" for isdir() prototype.
  
  Submitted by:          bofh
  Differential Revision: https://reviews.freebsd.org/D2711

Modified:
  head/gnu/usr.bin/grep/savedir.c

Modified: head/gnu/usr.bin/grep/savedir.c
==============================================================================
--- head/gnu/usr.bin/grep/savedir.c	Wed Nov  4 04:01:59 2015	(r290349)
+++ head/gnu/usr.bin/grep/savedir.c	Wed Nov  4 05:38:08 2015	(r290350)
@@ -71,6 +71,7 @@ char *stpcpy ();
 
 #include <fnmatch.h>
 #include "savedir.h"
+#include "system.h"
 
 char *path;
 size_t pathlen;


More information about the svn-src-all mailing list