diff options
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 591a722e82f..1b5fdcebbc3 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.203 2007/05/27 20:20:54 dlg Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.204 2007/05/27 21:37:53 deraadt Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -96,12 +96,12 @@ struct tcpiphdr tcp_saveti; +int tcp_mss_adv(struct ifnet *, int); + #ifdef INET6 #include <netinet6/in6_var.h> #include <netinet6/nd6.h> -int tcp_mss_adv(struct ifnet *, int); - struct tcpipv6hdr tcp_saveti6; /* for the packet header length in the mbuf */ |