From c67d3ac5bc8a70a978e236a54a0898eb737321cc Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 27 May 2007 21:37:53 +0000 Subject: diffs are better if compilers see them first --- sys/netinet/tcp_input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/tcp_input.c') 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 #include -int tcp_mss_adv(struct ifnet *, int); - struct tcpipv6hdr tcp_saveti6; /* for the packet header length in the mbuf */ -- cgit v1.2.3-59-g8ed1b