Author: obrien
Date: Fri May 31 04:19:13 2013
New Revision: 251173
URL: http://svnweb.freebsd.org/changeset/base/251173

Log:
  Allow building with clang (which is being really stupid here...).

Modified:
  head/tools/regression/filemon/timed-forkb.c

Modified: head/tools/regression/filemon/timed-forkb.c
==============================================================================
--- head/tools/regression/filemon/timed-forkb.c Fri May 31 03:14:49 2013        
(r251172)
+++ head/tools/regression/filemon/timed-forkb.c Fri May 31 04:19:13 2013        
(r251173)
@@ -45,6 +45,7 @@
 #define        SLEEP   20      /* seconds */
 #endif
 
+extern int verbose;
 int verbose;
 
 static void
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to