Source-Changes-HG archive

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

[src/trunk]: src/sys/rump regen: _RUMPKERNEL -> _KERNEL



details:   https://anonhg.NetBSD.org/src/rev/06b1a978dd99
branches:  trunk
changeset: 754757:06b1a978dd99
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue May 11 20:11:47 2010 +0000

description:
regen: _RUMPKERNEL -> _KERNEL

diffstat:

 sys/rump/include/rump/rump_syscalls.h     |  8 ++++----
 sys/rump/librump/rumpkern/rump_syscalls.c |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r ddba724ac608 -r 06b1a978dd99 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Tue May 11 20:09:11 2010 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Tue May 11 20:11:47 2010 +0000
@@ -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>
diff -r ddba724ac608 -r 06b1a978dd99 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Tue May 11 20:09:11 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Tue May 11 20:11:47 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index