Module Name:    src
Committed By:   riastradh
Date:           Sun Apr 16 16:49:26 UTC 2017

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


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/kern/vnode_if.c
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/include/rump/rumpvnode_if.h
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/librump/rumpvfs/rumpvnode_if.c
cvs rdiff -u -r1.95 -r1.96 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.100 src/sys/kern/vnode_if.c:1.101
--- src/sys/kern/vnode_if.c:1.100	Sat Apr 15 23:21:46 2017
+++ src/sys/kern/vnode_if.c	Sun Apr 16 16:49:26 2017
@@ -1,11 +1,11 @@
-/*	$NetBSD: vnode_if.c,v 1.100 2017/04/15 23:21:46 riastradh Exp $	*/
+/*	$NetBSD: vnode_if.c,v 1.101 2017/04/16 16:49:26 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.72 2017/04/15 23:16:53 riastradh Exp
+ *	NetBSD: vnode_if.src,v 1.73 2017/04/16 16:48:08 riastradh Exp
  * by the script:
  *	NetBSD: vnode_if.sh,v 1.63 2017/04/11 14:29:32 riastradh Exp
  */
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.100 2017/04/15 23:21:46 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.101 2017/04/16 16:49:26 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.24 src/sys/rump/include/rump/rumpvnode_if.h:1.25
--- src/sys/rump/include/rump/rumpvnode_if.h:1.24	Sat Apr 15 23:21:46 2017
+++ src/sys/rump/include/rump/rumpvnode_if.h	Sun Apr 16 16:49:26 2017
@@ -1,11 +1,11 @@
-/*	$NetBSD: rumpvnode_if.h,v 1.24 2017/04/15 23:21:46 riastradh Exp $	*/
+/*	$NetBSD: rumpvnode_if.h,v 1.25 2017/04/16 16:49:26 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.72 2017/04/15 23:16:53 riastradh Exp
+ *	NetBSD: vnode_if.src,v 1.73 2017/04/16 16:48:08 riastradh Exp
  * by the script:
  *	NetBSD: vnode_if.sh,v 1.63 2017/04/11 14:29:32 riastradh Exp
  */

Index: src/sys/rump/librump/rumpvfs/rumpvnode_if.c
diff -u src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.24 src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.25
--- src/sys/rump/librump/rumpvfs/rumpvnode_if.c:1.24	Sat Apr 15 23:21:46 2017
+++ src/sys/rump/librump/rumpvfs/rumpvnode_if.c	Sun Apr 16 16:49:26 2017
@@ -1,11 +1,11 @@
-/*	$NetBSD: rumpvnode_if.c,v 1.24 2017/04/15 23:21:46 riastradh Exp $	*/
+/*	$NetBSD: rumpvnode_if.c,v 1.25 2017/04/16 16:49:26 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.72 2017/04/15 23:16:53 riastradh Exp
+ *	NetBSD: vnode_if.src,v 1.73 2017/04/16 16:48:08 riastradh Exp
  * by the script:
  *	NetBSD: vnode_if.sh,v 1.63 2017/04/11 14:29:32 riastradh Exp
  */
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.24 2017/04/15 23:21:46 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.25 2017/04/16 16:49:26 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.95 src/sys/sys/vnode_if.h:1.96
--- src/sys/sys/vnode_if.h:1.95	Sat Apr 15 23:21:46 2017
+++ src/sys/sys/vnode_if.h	Sun Apr 16 16:49:25 2017
@@ -1,11 +1,11 @@
-/*	$NetBSD: vnode_if.h,v 1.95 2017/04/15 23:21:46 riastradh Exp $	*/
+/*	$NetBSD: vnode_if.h,v 1.96 2017/04/16 16:49:25 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.72 2017/04/15 23:16:53 riastradh Exp
+ *	NetBSD: vnode_if.src,v 1.73 2017/04/16 16:48:08 riastradh Exp
  * by the script:
  *	NetBSD: vnode_if.sh,v 1.63 2017/04/11 14:29:32 riastradh Exp
  */

Reply via email to