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 include AB_* macros from reboot.h



details:   https://anonhg.NetBSD.org/src/rev/b159726cb195
branches:  trunk
changeset: 748732:b159726cb195
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 03 18:22:44 2009 +0000

description:
include AB_* macros from reboot.h

diffstat:

 sys/rump/include/rump/makerumpdefs.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8edca1145a23 -r b159726cb195 sys/rump/include/rump/makerumpdefs.sh
--- a/sys/rump/include/rump/makerumpdefs.sh     Tue Nov 03 18:22:16 2009 +0000
+++ b/sys/rump/include/rump/makerumpdefs.sh     Tue Nov 03 18:22:44 2009 +0000
@@ -8,7 +8,7 @@
 rm -f rumpdefs.h
 exec > rumpdefs.h
 
-printf '/*     $NetBSD: makerumpdefs.sh,v 1.4 2009/10/09 14:31:47 pooka Exp $  */\n\n'
+printf '/*     $NetBSD: makerumpdefs.sh,v 1.5 2009/11/03 18:22:44 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'
@@ -40,5 +40,7 @@
 fromvers ../../../sys/reboot.h
 sed -n '/#define.*RB_[A-Z]/s/RB_/RUMP_RB_/gp' <../../../sys/reboot.h   \
     | sed 's,/\*.*$,,'
+sed -n '/#define.*AB_[A-Z]/s/AB_/RUMP_AB_/gp' <../../../sys/reboot.h   \
+    | sed 's,/\*.*$,,'
 
 printf '\n#endif /* _RUMP_RUMPDEFS_H_ */\n'



Home | Main Index | Thread Index | Old Index