summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 10:18:26 +0000
committerbde <bde@FreeBSD.org>1998-03-28 10:18:26 +0000
commitdee7f44b926e2ae7097a847424fc1f14a017ba0d (patch)
tree62fbab0c76260fc26f5c6a9b1f091bb93b74b351 /sys/netinet/in_pcb.h
parentf6e8fc035e8963ea6389049d22371980321c210e (diff)
downloadFreeBSD-src-dee7f44b926e2ae7097a847424fc1f14a017ba0d.zip
FreeBSD-src-dee7f44b926e2ae7097a847424fc1f14a017ba0d.tar.gz
Fixed style bugs (mostly) in previous commit.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 6b446ad..467a5b2 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_pcb.h 8.1 (Berkeley) 6/10/93
- * $Id: in_pcb.h,v 1.23 1998/01/27 09:15:04 davidg Exp $
+ * $Id: in_pcb.h,v 1.24 1998/03/24 18:06:11 wollman Exp $
*/
#ifndef _NETINET_IN_PCB_H_
@@ -74,8 +74,8 @@ struct inpcb {
u_char pad[1]; /* alignment */
struct ip_moptions *inp_moptions; /* IP multicast options */
LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */
- struct inpcbport *inp_phd; /* head of list for this PCB's local port */
- u_quad_t inp_gencnt; /* generation count of this instance */
+ struct inpcbport *inp_phd; /* head of this list */
+ u_quad_t inp_gencnt; /* generation count of this instance */
};
/*
* The range of the generation count, as used in this implementation,
@@ -147,7 +147,6 @@ void in_pcbnotify __P((struct inpcbhead *, struct sockaddr *,
void in_pcbrehash __P((struct inpcb *));
int in_setpeeraddr __P((struct socket *so, struct sockaddr **nam));
int in_setsockaddr __P((struct socket *so, struct sockaddr **nam));
+#endif /* KERNEL */
-#endif
-
-#endif
+#endif /* !_NETINET_IN_PCB_H_ */
OpenPOWER on IntegriCloud