Bump the version since we now handle openat

This commit is contained in:
Simon J. Gerraty 2015-06-16 23:03:15 +00:00
parent baa557331e
commit 5d93692dde

View File

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