Source-Changes-HG archive

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

[src/trunk]: src/sys regen vnode interfaces



details:   https://anonhg.NetBSD.org/src/rev/e0866883d50a
branches:  trunk
changeset: 813412:e0866883d50a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 26 23:30:10 2016 +0000

description:
regen vnode interfaces

diffstat:

 sys/kern/vnode_if.c                     |  4 ++--
 sys/rump/include/rump/rumpvnode_if.h    |  2 +-
 sys/rump/librump/rumpvfs/rumpvnode_if.c |  8 +++-----
 sys/sys/vnode_if.h                      |  2 +-
 4 files changed, 7 insertions(+), 9 deletions(-)

diffs (66 lines):

diff -r 813f6a8a33dd -r e0866883d50a sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c       Tue Jan 26 23:28:06 2016 +0000
+++ b/sys/kern/vnode_if.c       Tue Jan 26 23:30:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode_if.c,v 1.95 2015/04/20 23:11:27 riastradh Exp $  */
+/*     $NetBSD: vnode_if.c,v 1.96 2016/01/26 23:30:10 pooka Exp $      */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.95 2015/04/20 23:11:27 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.96 2016/01/26 23:30:10 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
diff -r 813f6a8a33dd -r e0866883d50a sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h      Tue Jan 26 23:28:06 2016 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h      Tue Jan 26 23:30:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpvnode_if.h,v 1.19 2015/04/20 23:11:27 riastradh Exp $      */
+/*     $NetBSD: rumpvnode_if.h,v 1.20 2016/01/26 23:30:10 pooka Exp $  */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
diff -r 813f6a8a33dd -r e0866883d50a sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c   Tue Jan 26 23:28:06 2016 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c   Tue Jan 26 23:30:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpvnode_if.c,v 1.19 2016/01/26 23:12:18 pooka Exp $  */
+/*     $NetBSD: rumpvnode_if.c,v 1.20 2016/01/26 23:30:10 pooka Exp $  */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -40,18 +40,16 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.19 2016/01/26 23:12:18 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.20 2016/01/26 23:30:10 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/buf.h>
 #include <sys/vnode.h>
 #include <sys/lock.h>
-
+#include <rump/rumpvnode_if.h>
 #include <rump-sys/kern.h>
 
-#include <rump/rumpvnode_if.h>
-
 int
 RUMP_VOP_BWRITE(struct vnode *vp,
     struct buf *bp)
diff -r 813f6a8a33dd -r e0866883d50a sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h        Tue Jan 26 23:28:06 2016 +0000
+++ b/sys/sys/vnode_if.h        Tue Jan 26 23:30:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode_if.h,v 1.90 2015/04/20 23:11:27 riastradh Exp $  */
+/*     $NetBSD: vnode_if.h,v 1.91 2016/01/26 23:30:10 pooka Exp $      */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!



Home | Main Index | Thread Index | Old Index