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 Grab the sysvbfs args structure too, s...
details: https://anonhg.NetBSD.org/src/rev/e3c39eb3882a
branches: trunk
changeset: 786724:e3c39eb3882a
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 08 00:25:31 2013 +0000
description:
Grab the sysvbfs args structure too, since the fs is useful for
simple testing. Incidentally, the structure is exactly the same as
for UFS...
diffstat:
sys/rump/include/rump/makerumpdefs.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r edbdfa23086c -r e3c39eb3882a sys/rump/include/rump/makerumpdefs.sh
--- a/sys/rump/include/rump/makerumpdefs.sh Tue May 07 23:01:55 2013 +0000
+++ b/sys/rump/include/rump/makerumpdefs.sh Wed May 08 00:25:31 2013 +0000
@@ -8,7 +8,7 @@
rm -f rumpdefs.h
exec > rumpdefs.h
-printf '/* $NetBSD: makerumpdefs.sh,v 1.14 2013/04/30 11:29:12 pooka Exp $ */\n\n'
+printf '/* $NetBSD: makerumpdefs.sh,v 1.15 2013/05/08 00:25:31 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'
@@ -67,4 +67,7 @@
fromvers ../../../ufs/ufs/ufsmount.h
getstruct ../../../ufs/ufs/ufsmount.h ufs_args
+fromvers ../../../fs/sysvbfs/sysvbfs_args.h
+getstruct ../../../fs/sysvbfs/sysvbfs_args.h sysvbfs_args
+
printf '\n#endif /* _RUMP_RUMPDEFS_H_ */\n'
Home |
Main Index |
Thread Index |
Old Index