use arc4random.

MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2003-08-22 18:59:55 +00:00
parent 09a7f4484d
commit 9c6c20e632

View File

@ -18,7 +18,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
CFLAGS+=-DINET6 -DHAVE_POLL_H
CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H
WARNS= 0
NOMAN= yes