summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_lb.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/net/pf_lb.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/net/pf_lb.c')
-rw-r--r--sys/net/pf_lb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c
index 6fcb48510c0..392fa85c843 100644
--- a/sys/net/pf_lb.c
+++ b/sys/net/pf_lb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_lb.c,v 1.35 2014/11/10 18:49:42 bluhm Exp $ */
+/* $OpenBSD: pf_lb.c,v 1.36 2014/11/18 02:37:31 tedu Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -73,7 +73,6 @@
#include <netinet/if_ether.h>
#include <netinet/in_pcb.h>
-#include <dev/rndvar.h>
#include <net/pfvar.h>
#include <net/if_pflog.h>
#include <net/if_pflow.h>