diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-06-16 05:08:57 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-06-16 05:08:57 +0000 |
| commit | c90cea00937484871febd7910ddeab0eb34bdd7c (patch) | |
| tree | 8996284f5a7b3281fcd05a45716c9f94944ae6d7 | |
| parent | 26c3ef5325f2fb0f62c7e076773e5f6155dfe553 (diff) | |
Notes
| -rw-r--r-- | sbin/routed/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index cbb439406cc78..9860e4d77b7f9 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -124,7 +124,7 @@ /* Turn on if IP_{ADD,DROP}_MEMBERSHIP and IP_MULTICAST_IF considers address * within 0.0.0.0/8 as interface index. */ -#ifdef __NetBSD__ +#ifdef __FreeBSD__ #define MCAST_IFINDEX #endif |
