diff options
author | 2007-05-27 21:37:53 +0000 | |
---|---|---|
committer | 2007-05-27 21:37:53 +0000 | |
commit | c67d3ac5bc8a70a978e236a54a0898eb737321cc (patch) | |
tree | 4959cccbb1239783dfa89cbaf33bbc7b2cfc62cc /sys/netinet/tcp_input.c | |
parent | Locore UP can use the same code as MULTIPROCESSOR to access the GDT (diff) | |
download | wireguard-openbsd-c67d3ac5bc8a70a978e236a54a0898eb737321cc.tar.xz wireguard-openbsd-c67d3ac5bc8a70a978e236a54a0898eb737321cc.zip |
diffs are better if compilers see them first
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 */ |