Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/filemon Bump version due to openat



details:   https://anonhg.NetBSD.org/src/rev/f17fba4195f8
branches:  trunk
changeset: 338926:f17fba4195f8
user:      sjg <sjg%NetBSD.org@localhost>
date:      Wed Jun 17 02:17:00 2015 +0000

description:
Bump version due to openat

diffstat:

 sys/dev/filemon/filemon.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b429f0b75aa -r f17fba4195f8 sys/dev/filemon/filemon.h
--- a/sys/dev/filemon/filemon.h Wed Jun 17 01:38:02 2015 +0000
+++ b/sys/dev/filemon/filemon.h Wed Jun 17 02:17:00 2015 +0000
@@ -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 {



Home | Main Index | Thread Index | Old Index