summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2004-11-23 15:35:37 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2004-11-23 15:35:37 +0000
commitb49e172f5f4d9a2a5c1aa4e5e6b630d125aec87c (patch)
treefe0ac22e4b6c225a48409b0614235f395e535603 /sys
parent97156b1518d549a42876807ae080ecf4817e7388 (diff)
remove wrong comments; ok deraadt
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in_pcb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 54d931dc2c3..ce0e12f31b4 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.c,v 1.80 2004/08/10 20:12:15 markus Exp $ */
+/* $OpenBSD: in_pcb.c,v 1.81 2004/11/23 15:35:36 markus Exp $ */
/* $NetBSD: in_pcb.c,v 1.25 1996/02/13 23:41:53 christos Exp $ */
/*
@@ -106,10 +106,10 @@ extern int ipsec_ipcomp_default_level;
* These configure the range of local port addresses assigned to
* "unspecified" outgoing connections/packets/whatever.
*/
-int ipport_firstauto = IPPORT_RESERVED; /* 1024 */
-int ipport_lastauto = IPPORT_USERRESERVED; /* 5000 */
-int ipport_hifirstauto = IPPORT_HIFIRSTAUTO; /* 40000 */
-int ipport_hilastauto = IPPORT_HILASTAUTO; /* 44999 */
+int ipport_firstauto = IPPORT_RESERVED;
+int ipport_lastauto = IPPORT_USERRESERVED;
+int ipport_hifirstauto = IPPORT_HIFIRSTAUTO;
+int ipport_hilastauto = IPPORT_HILASTAUTO;
struct pool inpcb_pool;
int inpcb_pool_initalized = 0;