Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern "rumpuser_port.h" -> <rump/rumpuser_port.h>
details: https://anonhg.NetBSD.org/src/rev/bc528dab0460
branches: trunk
changeset: 789851:bc528dab0460
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 10 17:40:54 2013 +0000
description:
"rumpuser_port.h" -> <rump/rumpuser_port.h>
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d5f5654e4f3 -r bc528dab0460 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Tue Sep 10 17:39:10 2013 +0000
+++ b/sys/kern/makesyscalls.sh Tue Sep 10 17:40:54 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index