diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 03:16:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 03:16:29 +0000 |
commit | 7c56ecfa5c1c72ea8ab4430cba3aa230281d2f4b (patch) | |
tree | 8c0e34cd2663478ad13a0ae7eb9f745190017798 /sysutils/bbapm | |
parent | Fix 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/bbapm')
-rw-r--r-- | sysutils/bbapm/files/patch-LinkedList.hh | 11 |
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: |