Module Name:    src
Committed By:   pooka
Date:           Tue May 11 20:11:47 UTC 2010

Modified Files:
        src/sys/rump/include/rump: rump_syscalls.h
        src/sys/rump/librump/rumpkern: rump_syscalls.c

Log Message:
regen: _RUMPKERNEL -> _KERNEL


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.43 -r1.44 src/sys/rump/librump/rumpkern/rump_syscalls.c

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/rump_syscalls.h
diff -u src/sys/rump/include/rump/rump_syscalls.h:1.22 src/sys/rump/include/rump/rump_syscalls.h:1.23
--- src/sys/rump/include/rump/rump_syscalls.h:1.22	Tue Apr 27 10:58:55 2010
+++ src/sys/rump/include/rump/rump_syscalls.h	Tue May 11 20:11:47 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.22 2010/04/27 10:58:55 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.23 2010/05/11 20:11:47 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
@@ -7,9 +7,9 @@
  * created from	NetBSD: syscalls.master,v 1.233 2010/04/21 16:17:04 pooka Exp
  */
 
-#ifdef _RUMPKERNEL
-#error Interface not supported inside rump kernel
-#endif /* _RUMPKERNEL */
+#ifdef _KERNEL
+#error Interface not supported inside kernel
+#endif /* _KERNEL */
 
 #include <sys/types.h>
 #include <sys/select.h>

Index: src/sys/rump/librump/rumpkern/rump_syscalls.c
diff -u src/sys/rump/librump/rumpkern/rump_syscalls.c:1.43 src/sys/rump/librump/rumpkern/rump_syscalls.c:1.44
--- src/sys/rump/librump/rumpkern/rump_syscalls.c:1.43	Tue Apr 27 10:58:55 2010
+++ src/sys/rump/librump/rumpkern/rump_syscalls.c	Tue May 11 20:11:47 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.43 2010/04/27 10:58:55 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.44 2010/05/11 20:11:47 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.43 2010/04/27 10:58:55 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.44 2010/05/11 20:11:47 pooka Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>

Reply via email to