Module Name: src
Committed By: pooka
Date: Fri Oct 9 14:31:47 UTC 2009
Modified Files:
src/sys/rump/include/rump: makerumpdefs.sh
Log Message:
namespace RB_ from reboot.h
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/rump/include/rump/makerumpdefs.sh:1.4
--- src/sys/rump/include/rump/makerumpdefs.sh:1.3 Mon Nov 17 13:20:22 2008
+++ src/sys/rump/include/rump/makerumpdefs.sh Fri Oct 9 14:31:47 2009
@@ -8,7 +8,7 @@
rm -f rumpdefs.h
exec > rumpdefs.h
-printf '/* $NetBSD: makerumpdefs.sh,v 1.3 2008/11/17 13:20:22 pooka Exp $ */\n\n'
+printf '/* $NetBSD: makerumpdefs.sh,v 1.4 2009/10/09 14:31:47 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'
@@ -37,4 +37,8 @@
sed -n '/#define.*LK_[A-Z]/s/LK_/RUMP_LK_/gp' <../../../sys/lock.h \
| sed 's,/\*.*$,,'
+fromvers ../../../sys/reboot.h
+sed -n '/#define.*RB_[A-Z]/s/RB_/RUMP_RB_/gp' <../../../sys/reboot.h \
+ | sed 's,/\*.*$,,'
+
printf '\n#endif /* _RUMP_RUMPDEFS_H_ */\n'