summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 22:01:52 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 22:01:52 +0000
commitf31c391d4c0b8c92c2b95b7546af80ed7089ad4a (patch)
tree71b51402962a19512c3070f6ed8d5a9377a32b42 /sys/netinet/tcp_usrreq.c
parenta55dc9cda994c552736b76ee1d6fbe4e941cab7d (diff)
Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-)
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index c9917e64290..a4e731ffc85 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.5 1996/07/29 06:22:15 tholo Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.6 1996/07/29 22:01:51 niklas Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -85,9 +85,6 @@ tcp_usrreq(so, req, m, nam, control)
int req;
struct mbuf *m, *nam, *control;
{
-#ifndef TCP_COMPAT_42
- u_int random __P((void));
-#endif /* !TCP_COMPAT_42 */
register struct inpcb *inp;
register struct tcpcb *tp = NULL;
int s;