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/netinet6/mld6.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/netinet6/mld6.c')
-rw-r--r-- | sys/netinet6/mld6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 5b93ef99c93..1e0cc208b34 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mld6.c,v 1.38 2014/04/14 09:06:42 mpi Exp $ */ +/* $OpenBSD: mld6.c,v 1.39 2014/11/18 02:37:31 tedu Exp $ */ /* $KAME: mld6.c,v 1.26 2001/02/16 14:50:35 itojun Exp $ */ /* @@ -71,7 +71,6 @@ #include <sys/socket.h> #include <sys/protosw.h> #include <sys/syslog.h> -#include <dev/rndvar.h> #include <net/if.h> #include <net/if_var.h> |