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/b5159d9e997c
branches: trunk
changeset: 789341:b5159d9e997c
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Aug 15 21:48:05 2013 +0000
description:
regen
diffstat:
sys/rump/include/rump/rumpdefs.h | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r aac381c4528f -r b5159d9e997c sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h Thu Aug 15 21:47:46 2013 +0000
+++ b/sys/rump/include/rump/rumpdefs.h Thu Aug 15 21:48:05 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.24 2013/08/15 21:00:56 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.25 2013/08/15 21:48:05 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -295,7 +295,7 @@
#define RUMP_MSG_IOVUSRSPACE 0x4000000
#define RUMP_MSG_LENUSRSPACE 0x8000000
-/* NetBSD: in.h,v 1.88 2013/04/27 21:35:24 joerg Exp */
+/* NetBSD: in.h,v 1.87 2012/06/22 14:54:35 christos Exp */
#define RUMP_IP_OPTIONS 1
#define RUMP_IP_HDRINCL 2
#define RUMP_IP_TOS 3
@@ -480,7 +480,7 @@
size_t ml_propslen;
};
-/* NetBSD: ufsmount.h,v 1.40 2013/06/16 13:33:30 hannken Exp */
+/* NetBSD: ufsmount.h,v 1.39 2012/10/19 17:09:08 drochner Exp */
struct rump_ufs_args {
char *fspec; /* block special device to mount */
};
@@ -490,4 +490,13 @@
char *fspec; /* blocks special holding the fs to mount */
};
+/* NetBSD: dirent.h,v 1.28 2011/09/27 01:40:32 christos Exp */
+struct rump_dirent {
+ ino_t d_fileno; /* file number of entry */
+ uint16_t d_reclen; /* length of this record */
+ uint16_t d_namlen; /* length of string in d_name */
+ uint8_t d_type; /* file type, see below */
+ char d_name[511 + 1]; /* name must be no longer than this */
+};
+
#endif /* _RUMP_RUMPDEFS_H_ */
Home |
Main Index |
Thread Index |
Old Index