From 73d04e0e3d8a68ad719134d40eb89a14bff4694e Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 29 Oct 2015 16:53:34 +0000 Subject: MFC r288963: Now that we own the code, use arc4random(3) unconditionally and remove the corresponding HAVE_ARC4RANDOM conditions. --- usr.sbin/rtadvd/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/rtadvd/Makefile') diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index d48832d..b5c3796 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -22,8 +22,6 @@ SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c timer_subr.c \ DPADD= ${LIBUTIL} LDADD= -lutil -CFLAGS+= -DHAVE_ARC4RANDOM - WARNS?= 1 .include -- cgit v1.1