Date: Wed, 4 Sep 2002 22:58:48 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Alan E <alane@geeksrus.net> Cc: <current@freebsd.org>, <ports@geeksrus.net> Subject: Re: fam broken on CURRENT (with gcc3.2) Message-ID: <20020904225728.E31964-100000@levais.imp.ch> In-Reply-To: <20020904003152.GA3164@wwweasel.geeksrus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904225728.E31964-100000>
