Module Name: src
Committed By: riastradh
Date: Mon Apr 20 23:11:27 UTC 2015
Modified Files:
src/sys/kern: vnode_if.c
src/sys/rump/include/rump: rumpvnode_if.h
src/sys/rump/librump/rumpvfs: rumpvnode_if.c
src/sys/sys: vnode_if.h
Log Message:
regen for good measure (no functional change)
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/kern/vnode_if.c
cvs rdiff -u -r1.18 -r1.19 src/sys/rump/include/rump/rumpvnode_if.h
cvs rdiff -u -r1.17 -r1.18 src/sys/rump/librump/rumpvfs/rumpvnode_if.c
cvs rdiff -u -r1.89 -r1.90 src/sys/sys/vnode_if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/vnode_if.c
diff -u src/sys/kern/vnode_if.c:1.94 src/sys/kern/vnode_if.c:1.95
--- src/sys/kern/vnode_if.c:1.94 Mon Apr 20 23:03:08 2015
+++ src/sys/kern/vnode_if.c Mon Apr 20 23:11:27 2015
@@ -1,11 +1,11 @@
-/* $NetBSD: vnode_if.c,v 1.94 2015/04/20 23:03:08 riastradh Exp $ */
+/* $NetBSD: vnode_if.c,v 1.95 2015/04/20 23:11:27 riastradh Exp $ */
/*
* Warning: DO NOT EDIT! This file is automatically generated!
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * NetBSD: vnode_if.src,v 1.68 2015/04/20 22:59:19 riastradh Exp
+ * NetBSD: vnode_if.src,v 1.69 2015/04/20 23:08:07 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.60 2014/01/13 12:07:55 hannken Exp
*/
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.94 2015/04/20 23:03:08 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.95 2015/04/20 23:11:27 riastradh Exp $");
#include <sys/param.h>
#include <sys/mount.h>
Index: src/sys/rump/include/rump/rumpvnode_if.h
diff -u src/sys/rump/include/rump/rumpvnode_if.h:1.18 src/sys/rump/include/rump/rumpvnode_if.h:1.19
--- src/sys/rump/include/rump/rumpvnode_if.h:1.18 Mon Apr 20 23:03:09 2015
+++ src/sys/rump/include/rump/rumpvnode_if.h Mon Apr 20 23:11:27 2015
@@ -1,11 +1,11 @@
-/* $NetBSD: rumpvnode_if.h,v 1.18 2015/04/20 23:03:09 riastradh Exp $ */
+/* $NetBSD: rumpvnode_if.h,v 1.19 2015/04/20 23:11:27 riastradh Exp $ */
/*
* Warning: DO NOT EDIT! This file is automatically generated!
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * NetBSD: vnode_if.src,v 1.68 2015/04/20 22:59:19 riastradh Exp
+ * NetBSD: vnode_if.src,v 1.69 2015/04/20 23:08:07 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.60 2014/01/13 12:07:55 hannken Exp
*/
Index: src/sys/rump/librump/rumpvfs/rumpvnode_if.c
diff -u src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.17 src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.18
--- src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.17 Mon Apr 20 23:03:09 2015
+++ src/sys/rump/librump/rumpvfs/rumpvnode_if.c Mon Apr 20 23:11:27 2015
@@ -1,11 +1,11 @@
-/* $NetBSD: rumpvnode_if.c,v 1.17 2015/04/20 23:03:09 riastradh Exp $ */
+/* $NetBSD: rumpvnode_if.c,v 1.18 2015/04/20 23:11:27 riastradh Exp $ */
/*
* Warning: DO NOT EDIT! This file is automatically generated!
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * NetBSD: vnode_if.src,v 1.68 2015/04/20 22:59:19 riastradh Exp
+ * NetBSD: vnode_if.src,v 1.69 2015/04/20 23:08:07 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.60 2014/01/13 12:07:55 hannken Exp
*/
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.17 2015/04/20 23:03:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.18 2015/04/20 23:11:27 riastradh Exp $");
#include <sys/param.h>
#include <sys/mount.h>
Index: src/sys/sys/vnode_if.h
diff -u src/sys/sys/vnode_if.h:1.89 src/sys/sys/vnode_if.h:1.90
--- src/sys/sys/vnode_if.h:1.89 Mon Apr 20 23:03:09 2015
+++ src/sys/sys/vnode_if.h Mon Apr 20 23:11:27 2015
@@ -1,11 +1,11 @@
-/* $NetBSD: vnode_if.h,v 1.89 2015/04/20 23:03:09 riastradh Exp $ */
+/* $NetBSD: vnode_if.h,v 1.90 2015/04/20 23:11:27 riastradh Exp $ */
/*
* Warning: DO NOT EDIT! This file is automatically generated!
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * NetBSD: vnode_if.src,v 1.68 2015/04/20 22:59:19 riastradh Exp
+ * NetBSD: vnode_if.src,v 1.69 2015/04/20 23:08:07 riastradh Exp
* by the script:
* NetBSD: vnode_if.sh,v 1.60 2014/01/13 12:07:55 hannken Exp
*/