Module Name: src
Committed By: pooka
Date: Wed Nov 21 17:36:18 UTC 2012
Modified Files:
src/sys/rump/include/rump: rumpdefs.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/rump/include/rump/rumpdefs.h:1.16
--- src/sys/rump/include/rump/rumpdefs.h:1.15 Sun Nov 18 21:20:16 2012
+++ src/sys/rump/include/rump/rumpdefs.h Wed Nov 21 17:36:17 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.15 2012/11/18 21:20:16 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.16 2012/11/21 17:36:17 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -8,21 +8,6 @@
#define _RUMP_RUMPDEFS_H_
#include <rump/rump_namei.h>
-#ifdef _KERNEL
-#include <sys/stdint.h>
-#else
-#include <stdint.h>
-#endif
-
-struct rump_sockaddr_in {
- uint8_t sin_len;
- uint8_t sin_family;
- uint16_t sin_port;
- struct {
- uint32_t s_addr;
- } sin_addr;
- int8_t sin_zero[8];
-};
/* NetBSD: fcntl.h,v 1.42 2012/01/25 00:28:35 christos Exp */
#define RUMP_O_RDONLY 0x00000000 /* open for reading only */