Module Name:    src
Committed By:   pooka
Date:           Tue Sep 10 17:40:54 UTC 2013

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
"rumpuser_port.h" -> <rump/rumpuser_port.h>


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.132 src/sys/kern/makesyscalls.sh:1.133
--- src/sys/kern/makesyscalls.sh:1.132	Tue Sep  3 21:28:24 2013
+++ src/sys/kern/makesyscalls.sh	Tue Sep 10 17:40:54 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: makesyscalls.sh,v 1.132 2013/09/03 21:28:24 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.133 2013/09/10 17:40:54 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -220,7 +220,7 @@ NR == 1 {
 
 	printf " * created from%s\n */\n\n", $0 > rumpcalls
 	printf "#ifdef RUMP_CLIENT\n" > rumpcalls
-	printf "#include \"rumpuser_port.h\"\n" > rumpcalls
+	printf "#include <rump/rumpuser_port.h>\n" > rumpcalls
 	printf "#endif /* RUMP_CLIENT */\n\n" > rumpcalls
 	printf "#include <sys/param.h>\n\n" > rumpcalls
 	printf "#ifdef __NetBSD__\n" > rumpcalls

Reply via email to