From 089462a20d7e081f70bcfd315459f998c329cd2f Mon Sep 17 00:00:00 2001 From: sjg Date: Tue, 16 Jun 2015 23:03:15 +0000 Subject: Bump the version since we now handle openat --- sys/dev/filemon/filemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/filemon/filemon.h') diff --git a/sys/dev/filemon/filemon.h b/sys/dev/filemon/filemon.h index 95d2ef3..b3fa061 100644 --- a/sys/dev/filemon/filemon.h +++ b/sys/dev/filemon/filemon.h @@ -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) */ -- cgit v1.1