Source-Changes-HG archive

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

[src/trunk]: src/sys regenefactor for comment and whitespace changes



details:   https://anonhg.NetBSD.org/src/rev/052636fc8201
branches:  trunk
changeset: 753946:052636fc8201
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 14 12:21:04 2010 +0000

description:
regenefactor for comment and whitespace changes

diffstat:

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

diffs (180 lines):

diff -r 57d8580f8310 -r 052636fc8201 sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c       Wed Apr 14 12:19:50 2010 +0000
+++ b/sys/kern/vnode_if.c       Wed Apr 14 12:21:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode_if.c,v 1.82 2010/04/10 19:44:02 pooka Exp $      */
+/*     $NetBSD: vnode_if.c,v 1.83 2010/04/14 12:21:04 pooka Exp $      */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -7,7 +7,7 @@
  * Created from the file:
  *     NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.54 2010/04/10 19:41:54 pooka Exp
+ *     NetBSD: vnode_if.sh,v 1.55 2010/04/14 12:19:50 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.82 2010/04/10 19:44:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.83 2010/04/14 12:21:04 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -1639,8 +1639,6 @@
        return error;
 }
 
-/* End of special cases. */
-
 const struct vnodeop_desc * const vfs_op_descs[] = {
        &vop_default_desc,      /* MUST BE FIRST */
        &vop_bwrite_desc,       /* XXX: SPECIAL CASE */
@@ -1693,4 +1691,3 @@
        &vop_setextattr_desc,
        NULL
 };
-
diff -r 57d8580f8310 -r 052636fc8201 sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h      Wed Apr 14 12:19:50 2010 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h      Wed Apr 14 12:21:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpvnode_if.h,v 1.5 2010/04/10 19:44:02 pooka Exp $   */
+/*     $NetBSD: rumpvnode_if.h,v 1.6 2010/04/14 12:21:05 pooka Exp $   */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -7,7 +7,7 @@
  * Created from the file:
  *     NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.54 2010/04/10 19:41:54 pooka Exp
+ *     NetBSD: vnode_if.sh,v 1.55 2010/04/14 12:19:50 pooka Exp
  */
 
 /*
@@ -44,14 +44,13 @@
 
 extern const struct vnodeop_desc rump_vop_default_desc;
 
+/* Special cases: */
 
-/* Special cases: */
 struct buf;
 #ifndef _KERNEL
 #include <stdbool.h>
 #endif
 
-
 #define RUMP_VOP_BWRITE_DESCOFFSET 1
 struct rump_vop_bwrite_args {
        const struct vnodeop_desc *a_desc;
@@ -59,6 +58,7 @@
 };
 extern const struct vnodeop_desc rump_vop_bwrite_desc;
 int RUMP_VOP_BWRITE(struct buf *);
+
 /* End of special cases */
 
 #define RUMP_VOP_LOOKUP_DESCOFFSET 2
@@ -556,6 +556,4 @@
 
 #define VNODE_OPS_COUNT        48
 
-/* End of special cases. */
-
 #endif /* !_RUMP_RUMPVNODE_IF_H_ */
diff -r 57d8580f8310 -r 052636fc8201 sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Apr 14 12:19:50 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Apr 14 12:21:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpvnode_if.c,v 1.4 2010/04/10 19:44:02 pooka Exp $   */
+/*     $NetBSD: rumpvnode_if.c,v 1.5 2010/04/14 12:21:05 pooka Exp $   */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -7,7 +7,7 @@
  * Created from the file:
  *     NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.54 2010/04/10 19:41:54 pooka Exp
+ *     NetBSD: vnode_if.sh,v 1.55 2010/04/14 12:19:50 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.4 2010/04/10 19:44:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.5 2010/04/14 12:21:05 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -1735,8 +1735,6 @@
        return error;
 }
 
-/* End of special cases. */
-
 const struct vnodeop_desc * const rump_vfs_op_descs[] = {
        &rump_vop_default_desc, /* MUST BE FIRST */
        &rump_vop_bwrite_desc,  /* XXX: SPECIAL CASE */
@@ -1789,4 +1787,3 @@
        &rump_vop_setextattr_desc,
        NULL
 };
-
diff -r 57d8580f8310 -r 052636fc8201 sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h        Wed Apr 14 12:19:50 2010 +0000
+++ b/sys/sys/vnode_if.h        Wed Apr 14 12:21:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode_if.h,v 1.76 2010/04/10 19:44:02 pooka Exp $      */
+/*     $NetBSD: vnode_if.h,v 1.77 2010/04/14 12:21:05 pooka Exp $      */
 
 /*
  * Warning: DO NOT EDIT! This file is automatically generated!
@@ -7,7 +7,7 @@
  * Created from the file:
  *     NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.54 2010/04/10 19:41:54 pooka Exp
+ *     NetBSD: vnode_if.sh,v 1.55 2010/04/14 12:19:50 pooka Exp
  */
 
 /*
@@ -44,14 +44,13 @@
 
 extern const struct vnodeop_desc vop_default_desc;
 
+/* Special cases: */
 
-/* Special cases: */
 struct buf;
 #ifndef _KERNEL
 #include <stdbool.h>
 #endif
 
-
 #define VOP_BWRITE_DESCOFFSET 1
 struct vop_bwrite_args {
        const struct vnodeop_desc *a_desc;
@@ -59,6 +58,7 @@
 };
 extern const struct vnodeop_desc vop_bwrite_desc;
 int VOP_BWRITE(struct buf *);
+
 /* End of special cases */
 
 #define VOP_LOOKUP_DESCOFFSET 2
@@ -555,6 +555,4 @@
 
 #define VNODE_OPS_COUNT        48
 
-/* End of special cases. */
-
 #endif /* !_SYS_VNODE_IF_H_ */



Home | Main Index | Thread Index | Old Index