summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-07-29 22:01:50 +0000
committerniklas <niklas@openbsd.org>1996-07-29 22:01:50 +0000
commitf5d252034ae3425e2e803966cb33f149a8e11e47 (patch)
tree40e8e55612dad5a52e504eb6d510184250c98837 /sys/netinet/tcp_input.c
parentComment out all obscure networking support; XNS, in particular, is very (diff)
downloadwireguard-openbsd-f5d252034ae3425e2e803966cb33f149a8e11e47.tar.xz
wireguard-openbsd-f5d252034ae3425e2e803966cb33f149a8e11e47.zip
Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-)
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 6b1e52774f8..21f112a7dd8 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_input.c,v 1.4 1996/07/29 06:22:12 tholo Exp $ */
+/* $OpenBSD: tcp_input.c,v 1.5 1996/07/29 22:01:50 niklas Exp $ */
/* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */
/*
@@ -243,9 +243,6 @@ tcp_input(m, va_alist)
register struct mbuf *m;
#endif
{
-#ifndef TCP_COMPAT_42
- u_int random __P((void));
-#endif /* !TCP_COMPAT_42 */
register struct tcpiphdr *ti;
register struct inpcb *inp;
caddr_t optp = NULL;