diff options
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-ar')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-ar | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-ar b/net/irrtoolset-nox11/patches/patch-ar deleted file mode 100644 index 72689357d16..00000000000 --- a/net/irrtoolset-nox11/patches/patch-ar +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ar,v 1.1.1.1 2005/02/28 12:37:30 spz Exp $ - ---- src/gnug++/unsigned.Plex.h.orig 2002-03-27 12:32:57.000000000 +0100 -+++ src/gnug++/unsigned.Plex.h -@@ -288,7 +288,7 @@ inline unsigned* unsignedIChunk:: point - - inline int unsignedIChunk:: index_of(const unsigned* p) const - { -- return ((int)p - (int)data) / sizeof(unsigned) + base; -+ return (p - data) + base; - } - - inline int unsignedIChunk:: possible_index(int i) const |