Module Name: src
Committed By: pooka
Date: Wed May 8 00:25:55 UTC 2013
Modified Files:
src/sys/rump/include/rump: rumpdefs.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/rump/include/rump/rumpdefs.h
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/rumpdefs.h
diff -u src/sys/rump/include/rump/rumpdefs.h:1.18 src/sys/rump/include/rump/rumpdefs.h:1.19
--- src/sys/rump/include/rump/rumpdefs.h:1.18 Tue Apr 30 12:39:21 2013
+++ src/sys/rump/include/rump/rumpdefs.h Wed May 8 00:25:55 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.18 2013/04/30 12:39:21 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.19 2013/05/08 00:25:55 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -291,4 +291,9 @@ struct rump_ufs_args {
char *fspec; /* block special device to mount */
};
+/* NetBSD: sysvbfs_args.h,v 1.1 2008/09/04 12:07:30 pooka Exp */
+struct rump_sysvbfs_args {
+ char *fspec; /* blocks special holding the fs to mount */
+};
+
#endif /* _RUMP_RUMPDEFS_H_ */