summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset-nox11/patches/patch-al')
-rw-r--r--net/irrtoolset-nox11/patches/patch-al22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-al b/net/irrtoolset-nox11/patches/patch-al
new file mode 100644
index 00000000000..31ea4728d87
--- /dev/null
+++ b/net/irrtoolset-nox11/patches/patch-al
@@ -0,0 +1,22 @@
+$NetBSD: patch-al,v 1.1.1.1 2005/02/28 12:37:30 spz Exp $
+
+--- src/irr/autnum.hh.orig 2005-02-26 11:41:12.000000000 +0100
++++ src/irr/autnum.hh
+@@ -334,7 +334,7 @@ protected:
+ }
+ else
+ {
+- cerr << "Internal Error!" << endl;
++ std::cerr << "Internal Error!" << std::endl;
+ abort();
+ }
+ return false;
+@@ -348,7 +348,7 @@ public:
+ peerAS(_peerAS) {
+ // Has to be called here again in order to get things right!
+ // It's not perfect but it works
+- first();
++ AttrIterator<AttrType>::first();
+ }
+ };
+