aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bbapm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 03:16:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 03:16:29 +0000
commit7c56ecfa5c1c72ea8ab4430cba3aa230281d2f4b (patch)
tree8c0e34cd2663478ad13a0ae7eb9f745190017798 /sysutils/bbapm
parent1e0129ee3e605a127843984f97e32fac1c8d84d0 (diff)
downloadports-7c56ecfa5c1c72ea8ab4430cba3aa230281d2f4b.tar.gz
ports-7c56ecfa5c1c72ea8ab4430cba3aa230281d2f4b.zip
Notes
Diffstat (limited to 'sysutils/bbapm')
-rw-r--r--sysutils/bbapm/files/patch-LinkedList.hh11
1 files changed, 11 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: