Module Name: src
Committed By: rmind
Date: Mon Jul 19 19:16:46 UTC 2010
Modified Files:
src/sys/netinet: ip_var.h
Log Message:
Revert previous change of making struct ipqent invisible to userland.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet/ip_var.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/netinet/ip_var.h
diff -u src/sys/netinet/ip_var.h:1.93 src/sys/netinet/ip_var.h:1.94
--- src/sys/netinet/ip_var.h:1.93 Mon Jul 19 14:09:45 2010
+++ src/sys/netinet/ip_var.h Mon Jul 19 19:16:45 2010
@@ -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.