svn commit: r284477 - head/sys/dev/filemon

Simon J. Gerraty sjg at FreeBSD.org
Tue Jun 16 23:03:16 UTC 2015


Author: sjg
Date: Tue Jun 16 23:03:15 2015
New Revision: 284477
URL: https://svnweb.freebsd.org/changeset/base/284477

Log:
  Bump the version since we now handle openat

Modified:
  head/sys/dev/filemon/filemon.h

Modified: head/sys/dev/filemon/filemon.h
==============================================================================
--- head/sys/dev/filemon/filemon.h	Tue Jun 16 22:42:19 2015	(r284476)
+++ head/sys/dev/filemon/filemon.h	Tue Jun 16 23:03:15 2015	(r284477)
@@ -30,5 +30,5 @@
 #define FILEMON_SET_FD		_IOWR('S', 1, int)
 #define FILEMON_SET_PID		_IOWR('S', 2, pid_t)
 
-#define FILEMON_VERSION		4	/* output format
+#define FILEMON_VERSION		5	/* output format
 					   (bump when adding record types) */


More information about the svn-src-head mailing list