Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/rump periodic regen (because having new rcs...



details:   https://anonhg.NetBSD.org/src/rev/ec876755baf5
branches:  trunk
changeset: 813543:ec876755baf5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 02 01:14:26 2016 +0000

description:
periodic regen (because having new rcs ids in comments is most useful)

diffstat:

 sys/rump/include/rump/rumpdefs.h       |  10 +++++-----
 sys/rump/include/rump/rumperr.h        |   2 +-
 sys/rump/include/rump/rumperrno2host.h |   2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 154ea1c7f126 -r ec876755baf5 sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Mon Feb 01 21:24:33 2016 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Tue Feb 02 01:14:26 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdefs.h,v 1.34 2016/01/07 13:54:08 pooka Exp $      */
+/*     $NetBSD: rumpdefs.h,v 1.35 2016/02/02 01:14:26 pooka Exp $      */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -33,7 +33,7 @@
 #define        RUMP_O_SEARCH   0x00800000      /* skip search permission checks */
 #define        RUMP_O_NOSIGPIPE        0x01000000      /* don't deliver sigpipe */
 
-/*     NetBSD: vnode.h,v 1.256 2015/07/12 08:11:28 hannken Exp         */
+/*     NetBSD: vnode.h,v 1.259 2016/01/23 16:08:20 christos Exp        */
 enum rump_vtype        { RUMP_VNON, RUMP_VREG, RUMP_VDIR, RUMP_VBLK, RUMP_VCHR, RUMP_VLNK, RUMP_VSOCK, RUMP_VFIFO, RUMP_VBAD };
 #define        RUMP_LK_SHARED  0x00000001      
 #define        RUMP_LK_EXCLUSIVE       0x00000002      
@@ -478,7 +478,7 @@
 #define        _RUMP_IOW(g,n,t)        _RUMP_IOC(RUMP_IOC_IN,  (g), (n), sizeof(t))
 #define        _RUMP_IOWR(g,n,t)       _RUMP_IOC(RUMP_IOC_INOUT,       (g), (n), sizeof(t))
 
-/*     NetBSD: ktrace.h,v 1.61 2013/12/09 17:43:58 pooka Exp   */
+/*     NetBSD: ktrace.h,v 1.62 2016/01/23 21:19:24 christos Exp        */
 #define RUMP_KTROP_SET         0       
 #define RUMP_KTROP_CLEAR               1       
 #define RUMP_KTROP_CLEARFILE           2       
@@ -522,7 +522,7 @@
 #define        RUMP_KTRFACv1   (1 << RUMP_KTRFAC_VER_SHIFT)
 #define        RUMP_KTRFACv2   (2 << RUMP_KTRFAC_VER_SHIFT)
 
-/*     NetBSD: module.h,v 1.39 2015/11/04 04:28:58 pgoyette Exp        */
+/*     NetBSD: module.h,v 1.40 2016/01/18 16:46:08 pooka Exp   */
 struct rump_modctl_load {
        const char *ml_filename;
 
@@ -548,7 +548,7 @@
        char    *fspec;         /* blocks special holding the fs to mount */
 };
 
-/*     NetBSD: dirent.h,v 1.29 2015/02/26 02:05:54 dholland Exp        */
+/*     NetBSD: dirent.h,v 1.30 2016/01/22 23:31:30 dholland Exp        */
 struct rump_dirent {
        uint64_t d_fileno;                      /* file number of entry */
        uint16_t d_reclen;              /* length of this record */
diff -r 154ea1c7f126 -r ec876755baf5 sys/rump/include/rump/rumperr.h
--- a/sys/rump/include/rump/rumperr.h   Mon Feb 01 21:24:33 2016 +0000
+++ b/sys/rump/include/rump/rumperr.h   Tue Feb 02 01:14:26 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumperr.h,v 1.4 2015/09/15 14:55:55 pooka Exp $        */
+/*     $NetBSD: rumperr.h,v 1.5 2016/02/02 01:14:26 pooka Exp $        */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.
diff -r 154ea1c7f126 -r ec876755baf5 sys/rump/include/rump/rumperrno2host.h
--- a/sys/rump/include/rump/rumperrno2host.h    Mon Feb 01 21:24:33 2016 +0000
+++ b/sys/rump/include/rump/rumperrno2host.h    Tue Feb 02 01:14:26 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumperrno2host.h,v 1.1 2015/09/15 14:55:55 pooka Exp $ */
+/*     $NetBSD: rumperrno2host.h,v 1.2 2016/02/02 01:14:26 pooka Exp $ */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.



Home | Main Index | Thread Index | Old Index