diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-21 11:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-21 11:36:49 +0000 |
commit | c6338699850341242429c2e5cbf512679da83adc (patch) | |
tree | 85b71346b88017b5f264a2eb72423da615726eea /net/mcast-tools | |
parent | 71aa16df0cddec7b21ff4964ef62982e8afff612 (diff) | |
download | pkgsrc-c6338699850341242429c2e5cbf512679da83adc.tar.gz |
Fix build with gcc-4.5.
Diffstat (limited to 'net/mcast-tools')
-rw-r--r-- | net/mcast-tools/distinfo | 4 | ||||
-rw-r--r-- | net/mcast-tools/patches/patch-ab | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net/mcast-tools/distinfo b/net/mcast-tools/distinfo index 493e8a40491..831436eacfe 100644 --- a/net/mcast-tools/distinfo +++ b/net/mcast-tools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2007/12/27 17:46:53 joerg Exp $ +$NetBSD: distinfo,v 1.3 2011/12/21 11:36:49 wiz Exp $ SHA1 (mcast-tools-20061214.tar.gz) = 7a494be18781fae17235942c0222e3db38a4f673 RMD160 (mcast-tools-20061214.tar.gz) = 2fe4c53a6169cbb4fe84a829b18c907d26ec5f05 Size (mcast-tools-20061214.tar.gz) = 395708 bytes SHA1 (patch-aa) = 35d3b217430f53277c0f410861a41fa5e7996dcc -SHA1 (patch-ab) = f3308c254478b9e20a669ab9ea4fab98d7bdc65a +SHA1 (patch-ab) = 89ee235d97df5d6b0d58d9f3c8c52e3a85554cf8 diff --git a/net/mcast-tools/patches/patch-ab b/net/mcast-tools/patches/patch-ab index 4299cc46d95..44259f97348 100644 --- a/net/mcast-tools/patches/patch-ab +++ b/net/mcast-tools/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2007/12/27 17:46:53 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2011/12/21 11:36:50 wiz Exp $ ---- pim6dd/defs.h.orig 2007-12-27 15:50:19.000000000 +0000 +--- pim6dd/defs.h.orig 2005-09-21 11:33:52.000000000 +0000 +++ pim6dd/defs.h @@ -87,12 +87,19 @@ #ifdef __FreeBSD__ /* sigh */ @@ -22,3 +22,12 @@ $NetBSD: patch-ab,v 1.1 2007/12/27 17:46:53 joerg Exp $ #ifdef __linux__ #include <linux/mroute6.h> #else +@@ -424,7 +431,7 @@ extern void init_sin6(struct sockaddr_in + + /* kern.c */ + extern void k_set_rcvbuf __P((int socket, int bufsize, int minsize)); +-extern void k_hdr_include __P((int socket, int bool)); ++extern void k_hdr_include __P((int socket, int booll)); + extern void k_set_hlim __P((int socket, int t)); + extern void k_set_loop __P((int socket, int l)); + extern void k_set_if __P((int socket, u_int ifindex)); |