diff options
author | 2014-11-18 02:37:30 +0000 | |
---|---|---|
committer | 2014-11-18 02:37:30 +0000 | |
commit | 3811cf15477e5083ff6e2c60e3187468dc508d8e (patch) | |
tree | 98fa2e01248e476c34f6114c7592e6b2312859af /sys/net/pf_lb.c | |
parent | include systm.h for arc4random now (diff) | |
download | wireguard-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.c | 3 |
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> |