summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-18 02:37:30 +0000
committertedu <tedu@openbsd.org>2014-11-18 02:37:30 +0000
commit3811cf15477e5083ff6e2c60e3187468dc508d8e (patch)
tree98fa2e01248e476c34f6114c7592e6b2312859af /sys/netinet/tcp_input.c
parentinclude systm.h for arc4random now (diff)
downloadwireguard-openbsd-3811cf15477e5083ff6e2c60e3187468dc508d8e.tar.xz
wireguard-openbsd-3811cf15477e5083ff6e2c60e3187468dc508d8e.zip
move arc4random prototype to systm.h. more appropriate for most code
to include that than rdnvar.h. ok deraadt dlg
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 9b1b458c243..cea9fc617b4 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_input.c,v 1.282 2014/11/04 15:24:40 mpi Exp $ */
+/* $OpenBSD: tcp_input.c,v 1.283 2014/11/18 02:37:31 tedu Exp $ */
/* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */
/*
@@ -80,8 +80,6 @@
#include <sys/kernel.h>
#include <sys/pool.h>
-#include <dev/rndvar.h>
-
#include <net/if.h>
#include <net/route.h>