1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/mrt/files/patch-ad
Munechika SUMIKAWA 1b0d72c0dc - Upgrade to 2.1.2a.
- Make buildable on FreeBSD-current. Mrt has supported IPv6.

Approved by:	maintainer
2000-01-11 19:53:25 +00:00

13 lines
294 B
Plaintext

--- include/igmp.h- Tue Jan 11 14:30:14 2000
+++ include/igmp.h Tue Jan 11 14:31:24 2000
@@ -46,7 +46,9 @@
#ifdef HAVE_IPV6
#ifdef WIDE_IPV6
+#ifdef HAVE_MROUTING6
#include <netinet6/ip6_mroute.h>
+#endif /* HAVE_MROUTING6 */
#endif /* WIDE_IPV6 */
#ifndef sun
#include <netinet/ip6.h>