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_CANRECURSE is gone).



details:   https://anonhg.NetBSD.org/src/rev/b83eb6acfb3a
branches:  trunk
changeset: 755749:b83eb6acfb3a
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Jun 18 16:31:34 2010 +0000

description:
Regen (LK_CANRECURSE is gone).

diffstat:

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

diffs (34 lines):

diff -r 6458bf50c019 -r b83eb6acfb3a sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Fri Jun 18 16:29:01 2010 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Fri Jun 18 16:31:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdefs.h,v 1.5 2009/11/03 18:23:15 pooka Exp $       */
+/*     $NetBSD: rumpdefs.h,v 1.6 2010/06/18 16:31:34 hannken Exp $     */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -29,7 +29,7 @@
 #define        RUMP_O_DIRECT   0x00080000      /* direct I/O hint */
 #define        RUMP_O_NOCTTY   0x00008000      /* don't assign controlling terminal */
 
-/*     NetBSD: vnode.h,v 1.210 2009/10/06 04:28:10 elad Exp    */
+/*     NetBSD: vnode.h,v 1.220 2010/06/18 16:29:02 hannken Exp         */
 #ifndef __VTYPE_DEFINED
 #define __VTYPE_DEFINED
 enum vtype     { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
@@ -40,14 +40,13 @@
 #define        EJUSTRETURN     -2              /* don't modify regs, just return */
 #endif /* EJUSTRETURN */
 
-/*     NetBSD: lock.h,v 1.83 2008/04/28 20:24:10 martin Exp    */
+/*     NetBSD: lock.h,v 1.84 2010/06/18 16:29:02 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_EXCLOTHER       0x00000008      
 #define        RUMP_LK_NOWAIT  0x00000010      
-#define        RUMP_LK_CANRECURSE      0x00000040      
 #define        RUMP_LK_INTERLOCK       0x00010000      
 #define        RUMP_LK_RETRY   0x00020000      
 



Home | Main Index | Thread Index | Old Index