Source-Changes-HG archive

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

[src/trunk]: src/sys regen



details:   https://anonhg.NetBSD.org/src/rev/2a858916de80
branches:  trunk
changeset: 788662:2a858916de80
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jul 17 21:21:34 2013 +0000

description:
regen

diffstat:

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

diffs (119 lines):

diff -r ef82c28a5cfe -r 2a858916de80 sys/kern/vnode_if.c
--- a/sys/kern/vnode_if.c       Wed Jul 17 21:20:53 2013 +0000
+++ b/sys/kern/vnode_if.c       Wed Jul 17 21:21:34 2013 +0000
@@ -1,13 +1,13 @@
-/*     $NetBSD: vnode_if.c,v 1.88 2011/07/11 08:27:38 hannken Exp $    */
+/*     $NetBSD: vnode_if.c,v 1.89 2013/07/17 21:21:34 pooka 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.62 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.88 2011/07/11 08:27:38 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnode_if.c,v 1.89 2013/07/17 21:21:34 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
diff -r ef82c28a5cfe -r 2a858916de80 sys/rump/include/rump/rumpvnode_if.h
--- a/sys/rump/include/rump/rumpvnode_if.h      Wed Jul 17 21:20:53 2013 +0000
+++ b/sys/rump/include/rump/rumpvnode_if.h      Wed Jul 17 21:21:34 2013 +0000
@@ -1,13 +1,13 @@
-/*     $NetBSD: rumpvnode_if.h,v 1.12 2011/08/08 12:17:28 manu Exp $   */
+/*     $NetBSD: rumpvnode_if.h,v 1.13 2013/07/17 21:21:34 pooka 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.62 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -89,7 +89,7 @@
 int RUMP_VOP_RECLAIM(struct vnode *);
 int RUMP_VOP_LOCK(struct vnode *, int);
 int RUMP_VOP_UNLOCK(struct vnode *);
-int RUMP_VOP_BMAP(struct vnode *, daddr_t, struct vnode **, daddr_t *, int *);
+int RUMP_VOP_BMAP(struct vnode *, int64_t, struct vnode **, int64_t *, int *);
 int RUMP_VOP_STRATEGY(struct vnode *, struct buf *);
 int RUMP_VOP_PRINT(struct vnode *);
 int RUMP_VOP_ISLOCKED(struct vnode *);
diff -r ef82c28a5cfe -r 2a858916de80 sys/rump/librump/rumpvfs/rumpvnode_if.c
--- a/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Jul 17 21:20:53 2013 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvnode_if.c   Wed Jul 17 21:21:34 2013 +0000
@@ -1,13 +1,13 @@
-/*     $NetBSD: rumpvnode_if.c,v 1.11 2011/08/08 12:17:28 manu Exp $   */
+/*     $NetBSD: rumpvnode_if.c,v 1.12 2013/07/17 21:21:34 pooka 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.62 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.11 2011/08/08 12:17:28 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvnode_if.c,v 1.12 2013/07/17 21:21:34 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/mount.h>
@@ -509,9 +509,9 @@
 
 int
 RUMP_VOP_BMAP(struct vnode *vp,
-    daddr_t bn,
+    int64_t bn,
     struct vnode **vpp,
-    daddr_t *bnp,
+    int64_t *bnp,
     int *runp)
 {
        int error;
diff -r ef82c28a5cfe -r 2a858916de80 sys/sys/vnode_if.h
--- a/sys/sys/vnode_if.h        Wed Jul 17 21:20:53 2013 +0000
+++ b/sys/sys/vnode_if.h        Wed Jul 17 21:21:34 2013 +0000
@@ -1,13 +1,13 @@
-/*     $NetBSD: vnode_if.h,v 1.83 2011/08/08 12:17:27 manu Exp $       */
+/*     $NetBSD: vnode_if.h,v 1.84 2013/07/17 21:21:34 pooka 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.62 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.src,v 1.63 2011/10/14 09:23:31 hannken Exp
  * by the script:
- *     NetBSD: vnode_if.sh,v 1.58 2011/07/11 08:23:00 hannken Exp
+ *     NetBSD: vnode_if.sh,v 1.59 2013/07/17 21:20:53 pooka Exp
  */
 
 /*



Home | Main Index | Thread Index | Old Index