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 regen



details:   https://anonhg.NetBSD.org/src/rev/6cb9d14201fa
branches:  trunk
changeset: 786725:6cb9d14201fa
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed May 08 00:25:55 2013 +0000

description:
regen

diffstat:

 sys/rump/include/rump/rumpdefs.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e3c39eb3882a -r 6cb9d14201fa sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Wed May 08 00:25:31 2013 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Wed May 08 00:25:55 2013 +0000
@@ -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 @@
        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_ */



Home | Main Index | Thread Index | Old Index