diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-27 21:37:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-27 21:37:54 +0000 |
commit | b00b2bb89195f937093fd37adcf4e0e5cbe71650 (patch) | |
tree | 225dc6116ef0c1f19b7939dce6a6b8bb1fcb8795 /sys/netinet | |
parent | d4cf1a0d8472859e412e967b603b5e9068116bb5 (diff) |
diffs are better if compilers see them first
Diffstat (limited to 'sys/netinet')
-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 */ |