Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Revert previous change of making struct ipqent i...



details:   https://anonhg.NetBSD.org/src/rev/24fdd41a5c49
branches:  trunk
changeset: 756496:24fdd41a5c49
user:      rmind <rmind%NetBSD.org@localhost>
date:      Mon Jul 19 19:16:45 2010 +0000

description:
Revert previous change of making struct ipqent invisible to userland.

diffstat:

 sys/netinet/ip_var.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 455dc70733ed -r 24fdd41a5c49 sys/netinet/ip_var.h
--- a/sys/netinet/ip_var.h      Mon Jul 19 18:22:53 2010 +0000
+++ b/sys/netinet/ip_var.h      Mon Jul 19 19:16:45 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_var.h,v 1.93 2010/07/19 14:09:45 rmind Exp $        */
+/*     $NetBSD: ip_var.h,v 1.94 2010/07/19 19:16:45 rmind Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -48,8 +48,6 @@
        struct    in_addr ih_dst;       /* destination internet address */
 } __packed;
 
-#ifdef _KERNEL
-
 /*
  * Ip (reassembly or sequence) queue structures.
  *
@@ -82,8 +80,6 @@
 #define        ipqe_ip         _ipqe_u1._ip
 #define        ipqe_tcp        _ipqe_u1._tcp
 
-#endif  /* _KERNEL */
-
 /*
  * Structure stored in mbuf in inpcb.ip_options
  * and passed to ip_output when ip options are in use.



Home | Main Index | Thread Index | Old Index