Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2011 21:32:52 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r223686 - projects/jbuild/usr.bin/jbuild/filemon
Message-ID:  <201106292132.p5TLWqW1014756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106292132.p5TLWqW1014756>