Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern fix typo in previous
details: https://anonhg.NetBSD.org/src/rev/473ad1ddbe73
branches: trunk
changeset: 813415:473ad1ddbe73
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 26 23:46:37 2016 +0000
description:
fix typo in previous
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 75fbc71977f9 -r 473ad1ddbe73 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Tue Jan 26 23:44:58 2016 +0000
+++ b/sys/kern/makesyscalls.sh Tue Jan 26 23:46:37 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.163 2016/01/26 23:44:58 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.164 2016/01/26 23:46:37 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -287,7 +287,7 @@
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-sys/kern.h>\n\n" > rumpcalls
printf "#include <rump/rumpuser.h>\n" > rumpcalls
printf "#define rsys_syscall(num, data, dlen, retval)\t\\\n" > rumpcalls
printf " rump_syscall(num, data, dlen, retval)\n\n" > rumpcalls
Home |
Main Index |
Thread Index |
Old Index