Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern need string.h now for !_KERNEL
details: https://anonhg.NetBSD.org/src/rev/97e1df80949d
branches: trunk
changeset: 325177:97e1df80949d
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Dec 09 21:11:15 2013 +0000
description:
need string.h now for !_KERNEL
diffstat:
sys/kern/makesyscalls.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 16e3378136a2 -r 97e1df80949d sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Mon Dec 09 20:44:00 2013 +0000
+++ b/sys/kern/makesyscalls.sh Mon Dec 09 21:11:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.137 2013/12/09 19:18:52 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.138 2013/12/09 21:11:15 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -233,6 +233,7 @@
printf "#include <errno.h>\n" > rumpcalls
printf "#include <stdint.h>\n" > rumpcalls
printf "#include <stdlib.h>\n\n" > rumpcalls
+ printf "#include <string.h>\n\n" > rumpcalls
printf "#include <srcsys/syscall.h>\n" > rumpcalls
printf "#include <srcsys/syscallargs.h>\n\n" > rumpcalls
printf "#include <rump/rumpclient.h>\n\n" > rumpcalls
Home |
Main Index |
Thread Index |
Old Index