Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern "rump_private" -> <rump-sys/kern.h>
details: https://anonhg.NetBSD.org/src/rev/75fbc71977f9
branches: trunk
changeset: 813414:75fbc71977f9
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 26 23:44:58 2016 +0000
description:
"rump_private" -> <rump-sys/kern.h>
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2f0bb9cfde88 -r 75fbc71977f9 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Tue Jan 26 23:41:15 2016 +0000
+++ b/sys/kern/makesyscalls.sh Tue Jan 26 23:44:58 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.162 2015/12/01 00:58:29 pgoyette Exp $
+# $NetBSD: makesyscalls.sh,v 1.163 2016/01/26 23:44:58 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -287,8 +287,8 @@
printf "#include <sys/syscall.h>\n" > rumpcalls
printf "#include <sys/syscallargs.h>\n\n" > rumpcalls
printf "#include <sys/syscallvar.h>\n\n" > rumpcalls
+ printf "#include <rump-sys/kern.h>\"\n\n" > rumpcalls
printf "#include <rump/rumpuser.h>\n" > rumpcalls
- printf "#include \"rump_private.h\"\n\n" > rumpcalls
printf "#define rsys_syscall(num, data, dlen, retval)\t\\\n" > rumpcalls
printf " rump_syscall(num, data, dlen, retval)\n\n" > rumpcalls
printf "#define rsys_seterrno(error) rumpuser_seterrno(error)\n" \
Home |
Main Index |
Thread Index |
Old Index