Hi,

> I have upgraded fam to 2.6.9. Please check if the problem still exists.
> Thanks.

Yes it is still broken. Can you review this patch and
commit it appropriate ? This fixes the brokeness with
gcc32.

$ cat patch-Scheduler.h

--- Scheduler.h.orig    Wed Sep  4 22:50:11 2002
+++ Scheduler.h Wed Sep  4 22:49:18 2002
@@ -105,7 +105,7 @@
     //  for the corresponding I/O type.

     struct IOTypeInfo {
-       FDInfo::FDIOHandler FDInfo::*const iotype;
+       FDInfo::FDIOHandler FDInfo::*iotype;
        unsigned int nbitsset;          // number of bits set in fds
        fd_set fds;
        IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) :


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to