summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
committerbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
commit1062c10a868b291bcfcaf2a5ea696b6bbb4acb37 (patch)
tree37bc59ea4c26e9d866a3f3244c74112939310f2f /sys/netinet/tcp_timewait.c
parent6c065dd935eff75e7367acf23ae84cc3251a00a9 (diff)
downloadFreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.zip
FreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.tar.gz
Fixed gratuitous ANSIisms.
Diffstat (limited to 'sys/netinet/tcp_timewait.c')
-rw-r--r--sys/netinet/tcp_timewait.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c
index 7987789..4d82dd2 100644
--- a/sys/netinet/tcp_timewait.c
+++ b/sys/netinet/tcp_timewait.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_subr.c,v 1.35 1997/03/03 09:23:36 davidg Exp $
+ * $Id: tcp_subr.c,v 1.36 1997/04/03 05:14:44 davidg Exp $
*/
#include <sys/param.h>
@@ -84,7 +84,7 @@ static int tcp_do_rfc1644 = 1;
SYSCTL_INT(_net_inet_tcp, TCPCTL_DO_RFC1644, rfc1644,
CTLFLAG_RW, &tcp_do_rfc1644 , 0, "");
-static void tcp_cleartaocache(void);
+static void tcp_cleartaocache __P((void));
static void tcp_notify __P((struct inpcb *, int));
/*
@@ -641,5 +641,6 @@ tcp_gettaocache(inp)
* nothing in the cache left over.
*/
static void
-tcp_cleartaocache(void)
-{ }
+tcp_cleartaocache()
+{
+}
OpenPOWER on IntegriCloud