Module Name:    src
Committed By:   pooka
Date:           Sun Nov 18 19:25:10 UTC 2012

Modified Files:
        src/sys/rump/include/rump: makerumpdefs.sh

Log Message:
make work for non-c++ (???)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/include/rump/makerumpdefs.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/rump/include/rump/makerumpdefs.sh
diff -u src/sys/rump/include/rump/makerumpdefs.sh:1.9 src/sys/rump/include/rump/makerumpdefs.sh:1.10
--- src/sys/rump/include/rump/makerumpdefs.sh:1.9	Sun Nov 18 19:03:43 2012
+++ src/sys/rump/include/rump/makerumpdefs.sh	Sun Nov 18 19:25:09 2012
@@ -8,12 +8,12 @@ echo Generating rumpdefs.h
 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

Reply via email to