summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorsjg <sjg@NetBSD.org>2015-06-17 02:17:00 +0000
committersjg <sjg@NetBSD.org>2015-06-17 02:17:00 +0000
commit5a18ced90db8d4faa543f7b46da6cf61b0cee2fd (patch)
treec1998563e09e9018a6a32085f8c9cf8a052707fb /sys/dev
parent485fe48fc5ff963d498d5ab5743a931abceecf45 (diff)
Bump version due to openat
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/filemon/filemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/filemon/filemon.h b/sys/dev/filemon/filemon.h
index 560175d6df9..24acbf45932 100644
--- a/sys/dev/filemon/filemon.h
+++ b/sys/dev/filemon/filemon.h
@@ -1,4 +1,4 @@
-/* $NetBSD: filemon.h,v 1.5 2014/03/27 18:27:34 christos Exp $ */
+/* $NetBSD: filemon.h,v 1.6 2015/06/17 02:17:00 sjg Exp $ */
/*
* Copyright (c) 2010, Juniper Networks, Inc.
*
@@ -31,7 +31,7 @@
#define FILEMON_SET_FD _IOWR('S', 1, int)
#define FILEMON_SET_PID _IOWR('S', 2, pid_t)
-#define FILEMON_VERSION 4
+#define FILEMON_VERSION 5
#ifdef _KERNEL
struct filemon {