From f31c391d4c0b8c92c2b95b7546af80ed7089ad4a Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 29 Jul 1996 22:01:52 +0000 Subject: Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-) --- sys/netinet/tcp_subr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/netinet/tcp_subr.c') diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index fdb7205f2b9..09d139a31b0 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_subr.c,v 1.6 1996/07/29 06:22:14 tholo Exp $ */ +/* $OpenBSD: tcp_subr.c,v 1.7 1996/07/29 22:01:50 niklas Exp $ */ /* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */ /* @@ -94,8 +94,6 @@ tcp_init() #ifdef TCP_COMPAT_42 tcp_iss = 1; /* wrong */ #else /* TCP_COMPAT_42 */ - u_int random __P((void)); - tcp_iss = random() + 1; #endif /* !TCP_COMPAT_42 */ in_pcbinit(&tcbtable, tcbhashsize); -- cgit v1.2.3