summaryrefslogtreecommitdiff
path: root/net/ipv6calc/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-04 17:38:36 +0000
committerhubertf <hubertf>2001-03-04 17:38:36 +0000
commitba33cfb8929e2b099cc2415cd0e4fa7b8d6567b3 (patch)
treead92be5fefc73a4315f7a477070685cc085d9df9 /net/ipv6calc/patches
parent8b7e179922d74bae9707465857cf6d631420ebf0 (diff)
downloadpkgsrc-ba33cfb8929e2b099cc2415cd0e4fa7b8d6567b3.tar.gz
Update to ipv6calc-0.11. Changes: includes patches to build on
KAME-based IP stacks (like NetBSD :)
Diffstat (limited to 'net/ipv6calc/patches')
-rw-r--r--net/ipv6calc/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/ipv6calc/patches/patch-aa b/net/ipv6calc/patches/patch-aa
deleted file mode 100644
index 802c7d871d9..00000000000
--- a/net/ipv6calc/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/04 15:59:22 hubertf Exp $
-
---- libipv6calc.c.orig Sun Mar 4 03:28:04 2001
-+++ libipv6calc.c
-@@ -27,6 +27,12 @@
- #ifndef _NETINET_IN_H
- # include <linux/ipv6.h>
- #endif
-+#if defined(__NetBSD__)
-+ /* work around incompatibilities between Linux (USAGI?) and KAME */
-+#define s6_addr32 __u6_addr.__u6_addr32
-+#define in6_u __u6_addr
-+#define u6_addr32 __u6_addr32
-+#endif
- #include "include/modifiedfromkernel/include/net/ipv6-split.h"
- #include "include/modifiedfromkernel/net/ipv6/addrconf-split.c"
- #include "ipv6calc.h"