From e5a9696004ca4940334c82d7d71c9f0695a8b070 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 17 Aug 2003 16:03:58 +0000 Subject: [PATCH] We don't need __ss hack. MFC after: 1 week --- usr.sbin/route6d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile index 817cd7ae0df3..5799d0e206f9 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -4,6 +4,6 @@ PROG= route6d MAN= route6d.8 -CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DINET6 -DHAVE_GETIFADDRS +CFLAGS+= -DINET6 -DHAVE_GETIFADDRS .include