summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-an')
-rw-r--r--net/irrtoolset-nox11/patches/patch-an95
1 files changed, 0 insertions, 95 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-an b/net/irrtoolset-nox11/patches/patch-an
deleted file mode 100644
index 68655090b74..00000000000
--- a/net/irrtoolset-nox11/patches/patch-an
+++ /dev/null
@@ -1,95 +0,0 @@
-$NetBSD: patch-an,v 1.2 2005/03/06 11:40:21 spz Exp $
-
---- src/normalform/RadixSet.hh.orig 2004-07-30 12:58:13.000000000 +0200
-+++ src/normalform/RadixSet.hh
-@@ -76,7 +76,12 @@ extern FixedSizeAllocator RadixTreeAlloc
-
- class RadixTree {
- public:
-+#if (__GNUC__ > 2)
-+ friend class Iterator;
-+ class Iterator {
-+#else
- friend class Iterator {
-+#endif
- private:
- const RadixTree* last;
- const RadixTree* root;
-@@ -155,7 +160,12 @@ class RadixSet {
- public:
- static bool compressedPrint;
-
-+#if (__GNUC__ > 2)
-+ friend class Iterator;
-+ class Iterator {
-+#else
- friend class Iterator {
-+#endif
- private:
- RadixTree::Iterator itr;
- const RadixTree *now; // points to current node during iteration
-@@ -166,7 +176,12 @@ public:
- bool next(u_int &_addr, u_int &_leng, u_int64_t &rngs);
- };
-
-+#if (__GNUC__ > 2)
-+ friend class SortedIterator;
-+ class SortedIterator {
-+#else
- friend class SortedIterator {
-+#endif
- private:
- class PrefixLNode : public ListNode {
- public:
-@@ -189,7 +204,12 @@ public:
- bool next(u_int &_addr, u_int &_leng, u_int64_t &_rngs);
- };
-
-+#if (__GNUC__ > 2)
-+ friend class PrefixIterator;
-+ class PrefixIterator {
-+#else
- friend class PrefixIterator {
-+#endif
- private:
- RadixTree::Iterator itr;
- const RadixTree *current;
-@@ -206,7 +226,12 @@ public:
- bool next(u_int &_addr, u_int &_leng);
- };
-
-+#if (__GNUC__ > 2)
-+ friend class SortedPrefixIterator;
-+ class SortedPrefixIterator {
-+#else
- friend class SortedPrefixIterator {
-+#endif
- private:
- class PrefixLNode : public ListNode {
- public:
-@@ -228,7 +253,12 @@ public:
- bool next(u_int &_addr, u_int &_leng);
- };
-
-+#if (__GNUC__ > 2)
-+ friend class PrefixRangeIterator;
-+ class PrefixRangeIterator {
-+#else
- friend class PrefixRangeIterator {
-+#endif
- private:
- RadixTree::Iterator itr;
- const RadixTree *current;
-@@ -259,7 +289,12 @@ public:
- }
- };
-
-+#if (__GNUC__ > 2)
-+ friend class SortedPrefixRangeIterator;
-+ class SortedPrefixRangeIterator {
-+#else
- friend class SortedPrefixRangeIterator {
-+#endif
- private:
- class PrefixLNode : public ListNode {
- public: