Module Name: src
Committed By: hannken
Date: Wed Jul 28 09:32:13 UTC 2010
Modified Files:
src/sys/rump/include/rump: rumpdefs.h
Log Message:
Regen. LK_INTERLOCK is gone.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/include/rump/rumpdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rumpdefs.h
diff -u src/sys/rump/include/rump/rumpdefs.h:1.8 src/sys/rump/include/rump/rumpdefs.h:1.9
--- src/sys/rump/include/rump/rumpdefs.h:1.8 Fri Jul 2 10:45:16 2010
+++ src/sys/rump/include/rump/rumpdefs.h Wed Jul 28 09:32:13 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.8 2010/07/02 10:45:16 hannken Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.9 2010/07/28 09:32:13 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.221 2010/07/01 13:00:57 hannken Exp */
+/* NetBSD: vnode.h,v 1.222 2010/07/28 09:31:00 hannken Exp */
#ifndef __VTYPE_DEFINED
#define __VTYPE_DEFINED
enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
@@ -37,7 +37,6 @@
#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 */