$OpenBSD: patch-LinkedList_hh,v 1.1 2002/09/29 17:32:35 naddy Exp $
--- LinkedList.hh.orig	Sun Sep 29 19:30:26 2002
+++ LinkedList.hh	Sun Sep 29 19:31:52 2002
@@ -50,7 +50,7 @@ private:
   __llist *list;
   __llist_node *node;
 
-  friend __llist;
+  friend class __llist;
 
 
 protected:
@@ -73,7 +73,7 @@ private:
   __llist_node *_first, *_last;
   __llist *iterators;
 
-  friend __llist_iterator;
+  friend class __llist_iterator;
 
 
 protected:
