From owner-freebsd-current Wed Sep 4 13:53:38 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4D437B400 for ; Wed, 4 Sep 2002 13:53:35 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBF043E4A for ; Wed, 4 Sep 2002 13:53:34 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g84KrXO9009377; Wed, 4 Sep 2002 22:53:33 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g84KrW75357507; Wed, 4 Sep 2002 22:53:33 +0200 (MES) Date: Wed, 4 Sep 2002 22:58:48 +0200 (CEST) From: Martin Blapp To: Alan E Cc: , Subject: Re: fam broken on CURRENT (with gcc3.2) In-Reply-To: <20020904003152.GA3164@wwweasel.geeksrus.net> Message-ID: <20020904225728.E31964-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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