Partially fix build on -current. This is still broken.

This commit is contained in:
Kris Kennaway 2002-09-07 03:18:50 +00:00
parent 7c56ecfa5c
commit db536f0537
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65760

View file

@ -0,0 +1,11 @@
--- LinkedList.hh.orig Fri Sep 6 20:17:41 2002
+++ LinkedList.hh Fri Sep 6 20:17:47 2002
@@ -63,7 +63,7 @@
int elements;
__llist_node *_first, *_last;
- friend __llist_iterator;
+ friend class __llist_iterator;
protected: