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/37c6925dd69f
branches:  trunk
changeset: 782813:37c6925dd69f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Nov 21 17:36:17 2012 +0000

description:
regen

diffstat:

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

diffs (31 lines):

diff -r 9e3d774893c9 -r 37c6925dd69f sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Wed Nov 21 17:35:21 2012 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Wed Nov 21 17:36:17 2012 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index