Date: Tue, 16 Jun 2015 23:03:16 +0000 (UTC) From: "Simon J. Gerraty" <sjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284477 - head/sys/dev/filemon Message-ID: <201506162303.t5GN3Gan060379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506162303.t5GN3Gan060379>