svn commit: r223686 - projects/jbuild/usr.bin/jbuild/filemon

David E. O'Brien obrien at FreeBSD.org
Wed Jun 29 21:32:53 UTC 2011


Author: obrien
Date: Wed Jun 29 21:32:52 2011
New Revision: 223686
URL: http://svn.freebsd.org/changeset/base/223686

Log:
  Bump FILEMON_VERSION due to r212984 [log the argument to _exit(2)] -- turns
  out it makes a difference to bmake.

Modified:
  projects/jbuild/usr.bin/jbuild/filemon/filemon.h

Modified: projects/jbuild/usr.bin/jbuild/filemon/filemon.h
==============================================================================
--- projects/jbuild/usr.bin/jbuild/filemon/filemon.h	Wed Jun 29 21:12:48 2011	(r223685)
+++ projects/jbuild/usr.bin/jbuild/filemon/filemon.h	Wed Jun 29 21:32:52 2011	(r223686)
@@ -29,4 +29,4 @@
 #define FILEMON_SET_FD		_IOWR('S', 1, int)
 #define FILEMON_SET_PID		_IOWR('S', 2, pid_t)
 
-#define FILEMON_VERSION		2	/* output format */
+#define FILEMON_VERSION		3	/* output format */


More information about the svn-src-projects mailing list