summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/bbapm/files/patch-LinkedList.hh11
-rw-r--r--x11-wm/bbapm/files/patch-LinkedList.hh11
2 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/bbapm/files/patch-LinkedList.hh b/sysutils/bbapm/files/patch-LinkedList.hh
new file mode 100644
index 000000000000..24ff55576575
--- /dev/null
+++ b/sysutils/bbapm/files/patch-LinkedList.hh
@@ -0,0 +1,11 @@
+--- LinkedList.hh.orig Fri Sep 6 20:14:52 2002
++++ LinkedList.hh Fri Sep 6 20:14:58 2002
+@@ -63,7 +63,7 @@
+ int elements;
+ __llist_node *_first, *_last;
+
+- friend __llist_iterator;
++ friend class __llist_iterator;
+
+
+ protected:
diff --git a/x11-wm/bbapm/files/patch-LinkedList.hh b/x11-wm/bbapm/files/patch-LinkedList.hh
new file mode 100644
index 000000000000..24ff55576575
--- /dev/null
+++ b/x11-wm/bbapm/files/patch-LinkedList.hh
@@ -0,0 +1,11 @@
+--- LinkedList.hh.orig Fri Sep 6 20:14:52 2002
++++ LinkedList.hh Fri Sep 6 20:14:58 2002
+@@ -63,7 +63,7 @@
+ int elements;
+ __llist_node *_first, *_last;
+
+- friend __llist_iterator;
++ friend class __llist_iterator;
+
+
+ protected: