summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-aq')
-rw-r--r--net/irrtoolset-nox11/patches/patch-aq13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-aq b/net/irrtoolset-nox11/patches/patch-aq
deleted file mode 100644
index 2082f2595ae..00000000000
--- a/net/irrtoolset-nox11/patches/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aq,v 1.1.1.1 2005/02/28 12:37:29 spz Exp $
-
---- src/rpsl/gnu/PrefixRange.Plex.h.orig 2002-03-27 12:33:00.000000000 +0100
-+++ src/rpsl/gnu/PrefixRange.Plex.h
-@@ -288,7 +288,7 @@ inline PrefixRange* PrefixRangeIChunk::
-
- inline int PrefixRangeIChunk:: index_of(const PrefixRange* p) const
- {
-- return ((int)p - (int)data) / sizeof(PrefixRange) + base;
-+ return (p - data) + base;
- }
-
- inline int PrefixRangeIChunk:: possible_index(int i) const