summaryrefslogtreecommitdiff
path: root/sysutils
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
parentFix build on -current (s/friend/friend class/) (diff)
Attempt to fix build by s/friend/friend class/. This still blows up later
though.
Notes
Notes: svn path=/head/; revision=65759
Diffstat (limited to 'sysutils')
-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: