summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2015-09-10 06:40:28 +0000
committerhrs <hrs@FreeBSD.org>2015-09-10 06:40:28 +0000
commitf39d1c8c533fb4dabb8124a02bca16f62df9bdd2 (patch)
tree32ea21e1e6acec85604bf8b22a55db44c944d01a /usr.sbin/rtsold/Makefile
parente16dfdb9eff2cdcad4447658b212385fd9a73db3 (diff)
downloadFreeBSD-src-f39d1c8c533fb4dabb8124a02bca16f62df9bdd2.zip
FreeBSD-src-f39d1c8c533fb4dabb8124a02bca16f62df9bdd2.tar.gz
- Remove #ifdef HAVE_POLL_H.
- Use nitems(). MFC after: 3 days
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r--usr.sbin/rtsold/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile
index a235dfb..caef62c 100644
--- a/usr.sbin/rtsold/Makefile
+++ b/usr.sbin/rtsold/Makefile
@@ -20,6 +20,6 @@ MLINKS= rtsold.8 rtsol.8
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
WARNS?= 3
-CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H
+CFLAGS+= -DHAVE_ARC4RANDOM
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud