From 9bd6b7ef7200376e760a05281171c9f8e23f80ab Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 18 Nov 2014 02:37:32 +0000 Subject: move arc4random prototype to systm.h. more appropriate for most code to include that than rdnvar.h. ok deraadt dlg --- sys/netinet6/mld6.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet6/mld6.c') 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 #include #include -#include #include #include -- cgit v1.2.3