diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
commit | 9bd6b7ef7200376e760a05281171c9f8e23f80ab (patch) | |
tree | 27251bbc9c3dbbc43744ce06dbbae62846a166d2 /sys/netinet/ip_esp.c | |
parent | f4c8f66da2946c9a6e025a16d60740b159b20bab (diff) |
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/ip_esp.c')
-rw-r--r-- | sys/netinet/ip_esp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c index 996759aeecd..a59a3889eac 100644 --- a/sys/netinet/ip_esp.c +++ b/sys/netinet/ip_esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.c,v 1.126 2014/07/22 11:06:10 mpi Exp $ */ +/* $OpenBSD: ip_esp.c,v 1.127 2014/11/18 02:37:31 tedu Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -45,8 +45,6 @@ #include <net/if.h> #include <net/bpf.h> -#include <dev/rndvar.h> - #ifdef INET #include <netinet/in.h> #include <netinet/ip.h> |