Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 12:56:50 -0500
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        Jonathan Lemon <jlemon@flugsvamp.com>, ache@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: event.h troubles
Message-ID:  <20000418125650.G62026@prism.flugsvamp.com>
In-Reply-To: <200004181717.KAA14421@apollo.backplane.com>
References:  <200004181407.JAA84381@prism.flugsvamp.com> <200004181717.KAA14421@apollo.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, Apr 18, 2000 at 10:17:36AM -0700, Matthew Dillon wrote:
> 
> :In article <local.mail.freebsd-current/20000418062200.A85325@freebsd.org> you write:
> :>Now I got lost of
> :>
> :>/usr/include/sys/event.h:159: warning: `struct timespec' declared inside 
> :>parameter list.
> :>
> :>because <sys/select.h> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000418125650.G62026>