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 Regen. LK_TYPEMASK and LK_RELEASE are...



details:   https://anonhg.NetBSD.org/src/rev/60a3b0fb6118
branches:  trunk
changeset: 756006:60a3b0fb6118
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Jul 02 10:45:16 2010 +0000

description:
Regen.  LK_TYPEMASK and LK_RELEASE are gone.

diffstat:

 sys/rump/include/rump/rumpdefs.h |  18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 93b46685a5d1 -r 60a3b0fb6118 sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Fri Jul 02 10:44:26 2010 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Fri Jul 02 10:45:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdefs.h,v 1.7 2010/06/24 07:56:22 hannken Exp $     */
+/*     $NetBSD: rumpdefs.h,v 1.8 2010/07/02 10:45:16 hannken Exp $     */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -29,26 +29,22 @@
 #define        RUMP_O_DIRECT   0x00080000      /* direct I/O hint */
 #define        RUMP_O_NOCTTY   0x00008000      /* don't assign controlling terminal */
 
-/*     NetBSD: vnode.h,v 1.220 2010/06/18 16:29:02 hannken Exp         */
+/*     NetBSD: vnode.h,v 1.221 2010/07/01 13:00:57 hannken Exp         */
 #ifndef __VTYPE_DEFINED
 #define __VTYPE_DEFINED
 enum vtype     { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
 #endif /* __VTYPE_DEFINED */
+#define        RUMP_LK_SHARED  0x00000001      
+#define        RUMP_LK_EXCLUSIVE       0x00000002      
+#define        RUMP_LK_NOWAIT  0x00000010      
+#define        RUMP_LK_INTERLOCK       0x00010000      
+#define        RUMP_LK_RETRY   0x00020000      
 
 /*     NetBSD: errno.h,v 1.39 2006/10/31 00:38:07 cbiere Exp   */
 #ifndef EJUSTRETURN
 #define        EJUSTRETURN     -2              /* don't modify regs, just return */
 #endif /* EJUSTRETURN */
 
-/*     NetBSD: lock.h,v 1.85 2010/06/24 07:54:47 hannken Exp   */
-#define        RUMP_LK_TYPE_MASK       0x0000000f      
-#define        RUMP_LK_SHARED  0x00000001      
-#define        RUMP_LK_EXCLUSIVE       0x00000002      
-#define        RUMP_LK_RELEASE 0x00000006      
-#define        RUMP_LK_NOWAIT  0x00000010      
-#define        RUMP_LK_INTERLOCK       0x00010000      
-#define        RUMP_LK_RETRY   0x00020000      
-
 /*     NetBSD: reboot.h,v 1.25 2007/12/25 18:33:48 perry Exp   */
 #define        RUMP_RB_AUTOBOOT        0       
 #define        RUMP_RB_ASKNAME 0x00000001      



Home | Main Index | Thread Index | Old Index