Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern regen



details:   https://anonhg.NetBSD.org/src/rev/cddc40d0174a
branches:  trunk
changeset: 784083:cddc40d0174a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 17 21:31:11 2013 +0000

description:
regen

diffstat:

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

diffs (26 lines):

diff -r 4b4ac4d93366 -r cddc40d0174a sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Thu Jan 17 21:30:30 2013 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Thu Jan 17 21:31:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.84 2012/10/02 01:46:21 christos Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.85 2013/01/17 21:31:11 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -7,11 +7,15 @@
  * created from        NetBSD: syscalls.master,v 1.261 2012/10/02 01:44:28 christos Exp
  */
 
+#ifdef RUMP_CLIENT
+#include "rumpuser_port.h"
+#endif /* RUMP_CLIENT */
+
 #include <sys/param.h>
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.84 2012/10/02 01:46:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.85 2013/01/17 21:31:11 pooka Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>



Home | Main Index | Thread Index | Old Index