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 namespace RB_ from reboot.h
details: https://anonhg.NetBSD.org/src/rev/9fa5c01696ef
branches: trunk
changeset: 748012:9fa5c01696ef
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Oct 09 14:31:47 2009 +0000
description:
namespace RB_ from reboot.h
diffstat:
sys/rump/include/rump/makerumpdefs.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 5aec9f3fd5b2 -r 9fa5c01696ef sys/rump/include/rump/makerumpdefs.sh
--- a/sys/rump/include/rump/makerumpdefs.sh Fri Oct 09 13:44:59 2009 +0000
+++ b/sys/rump/include/rump/makerumpdefs.sh Fri Oct 09 14:31:47 2009 +0000
@@ -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'
Home |
Main Index |
Thread Index |
Old Index