summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-10-29 16:53:34 +0000
committerdelphij <delphij@FreeBSD.org>2015-10-29 16:53:34 +0000
commit73d04e0e3d8a68ad719134d40eb89a14bff4694e (patch)
tree810b6722357e4b14a7fe1799f71e3ea886cd8be5 /sbin
parentec25e45f25b186456ac1e61b723961d214efca64 (diff)
downloadFreeBSD-src-73d04e0e3d8a68ad719134d40eb89a14bff4694e.zip
FreeBSD-src-73d04e0e3d8a68ad719134d40eb89a14bff4694e.tar.gz
MFC r288963:
Now that we own the code, use arc4random(3) unconditionally and remove the corresponding HAVE_ARC4RANDOM conditions.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index d738008..f94ac58 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -23,6 +23,6 @@ SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
MAN=
WARNS?= 3
-CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
+CFLAGS+= -DHAVE_POLL_H -DSMALL
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud