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) */
_______________________________________________
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