summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-14 18:43:57 +0000
committerume <ume@FreeBSD.org>2003-08-14 18:43:57 +0000
commit31525675904b199e80556db53c70d0777975e999 (patch)
treef0047c80e0712956d1faa24f21d8878c4ddeeac7 /sbin
parent992b2cf29d70f08a3f00b6c610cb42aaf4545991 (diff)
downloadFreeBSD-src-31525675904b199e80556db53c70d0777975e999.zip
FreeBSD-src-31525675904b199e80556db53c70d0777975e999.tar.gz
support poll(2).
Obtained from: KAME MFC after: 1 week
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 4287d98..337f8c3 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -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_GETIFADDRS
+CFLAGS+=-DINET6 -DHAVE_POLL_H
WARNS= 0
NOMAN= yes
OpenPOWER on IntegriCloud