From owner-freebsd-current Tue Apr 18 10:53:19 2000 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id C265F37B6B8; Tue, 18 Apr 2000 10:53:15 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.9.3/8.9.3) id MAA58609; Tue, 18 Apr 2000 12:56:50 -0500 (CDT) (envelope-from jlemon) Date: Tue, 18 Apr 2000 12:56:50 -0500 From: Jonathan Lemon To: Matthew Dillon Cc: Jonathan Lemon , ache@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: event.h troubles Message-ID: <20000418125650.G62026@prism.flugsvamp.com> References: <200004181407.JAA84381@prism.flugsvamp.com> <200004181717.KAA14421@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200004181717.KAA14421@apollo.backplane.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 18, 2000 at 10:17:36AM -0700, Matthew Dillon wrote: > > :In article you write: > :>Now I got lost of > :> > :>/usr/include/sys/event.h:159: warning: `struct timespec' declared inside > :>parameter list. > :> > :>because include it. > :>Please fix somehow. > : > :I'm looking at this now. > :-- > :Jonathan > > this just means you have: > > int fubar(struct blah *ptr) ... > > Where 'struct blah' has not been previously struct. This is one of those > broken ANSIsms. The solution is simple: Yeah, I know, but I fed the change through a full buildworld anyway to make sure I didn't break anything else. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message