Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump make work for non-c++ (???)
details: https://anonhg.NetBSD.org/src/rev/1b79650e82e0
branches: trunk
changeset: 782750:1b79650e82e0
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Nov 18 19:25:09 2012 +0000
description:
make work for non-c++ (???)
diffstat:
sys/rump/include/rump/makerumpdefs.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5c767e6e2ad9 -r 1b79650e82e0 sys/rump/include/rump/makerumpdefs.sh
--- a/sys/rump/include/rump/makerumpdefs.sh Sun Nov 18 19:04:32 2012 +0000
+++ b/sys/rump/include/rump/makerumpdefs.sh Sun Nov 18 19:25:09 2012 +0000
@@ -8,12 +8,12 @@
rm -f rumpdefs.h
exec > rumpdefs.h
-printf '/* $NetBSD: makerumpdefs.sh,v 1.9 2012/11/18 19:03:43 pooka Exp $ */\n\n'
+printf '/* $NetBSD: makerumpdefs.sh,v 1.10 2012/11/18 19:25:09 pooka Exp $ */\n\n'
printf '/*\n *\tAUTOMATICALLY GENERATED. DO NOT EDIT.\n */\n\n'
printf '#ifndef _RUMP_RUMPDEFS_H_\n'
printf '#define _RUMP_RUMPDEFS_H_\n\n'
printf '#include <rump/rump_namei.h>\n'
-printf '#include <inttypes>\n'
+printf '#include <inttypes.h>\n'
fromvers () {
echo
Home |
Main Index |
Thread Index |
Old Index