* Mads Martin Joergensen <[EMAIL PROTECTED]> [May 25. 2002 17:09]:
> Seems bbsmount needs to be 'ported' to gcc 3.x. Give me a minute or two.
Well, porting is not really what one can call it, rather
your-usual-gcc3x-one-liner. Apply the patch below.
diff -ur bbsmount-0.2.3/LinkedList.hh bbsmount-0.2.3.gcc3x/LinkedList.hh
--- bbsmount-0.2.3/LinkedList.hh 2001-05-17 19:29:36.000000000 +0200
+++ bbsmount-0.2.3.gcc3x/LinkedList.hh 2002-05-25 17:11:06.000000000 +0200
@@ -63,7 +63,7 @@
int elements;
__llist_node *_first, *_last;
- friend __llist_iterator;
+ friend class __llist_iterator;
protected:
[ Just grabbing the LinkedList.{hh,cc} from the latest blackbox release
that had that one might do it too, but I've not checked. ]
--
Mads Martin J�rgensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogic, with just a little bit more effort?"
-- A. P. J.