diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-25 10:32:22 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-25 10:32:22 +0000 |
commit | ba7767ec9c45d31f14b0ecaf5c21fd86c7046f24 (patch) | |
tree | 947bb03960ab35025b62bad150bb13a6f19930f4 /sbin | |
parent | 18cf87ed57039c403152d9fb3395ddd293b52ecb (diff) |
use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/rtsol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index a4279223a1e..a93a7b9ab58 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2000/01/05 01:54:50 itojun Exp $ +# $OpenBSD: Makefile,v 1.3 2000/02/25 10:32:21 itojun Exp $ PROG= rtsol SRCS= rtsold.c rtsol.c if.c probe.c dump.c -CPPFLAGS+=-DINET6 +CPPFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_GETIFADDRS #MAN= rtsold.8 NOMAN= yes |