Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 1997 21:00:02 -0800 (PST)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs
Subject:   Re: misc/3089: /usr/include/sys/select.h causes compilation errors.
Message-ID:  <199703250500.VAA16830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/3089; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: freebsd-gnats-submit@FreeBSD.org, Thomas.Traylor@mci.com
Cc:  Subject: Re: misc/3089: /usr/include/sys/select.h causes compilation errors.
Date: Tue, 25 Mar 1997 15:48:22 +1100

 >>Description:
 >When sys/select.h is included in your souce code, compilation errors 
 >occur.  It seems that the structure 'selinfo' (line 44) contains a 
 >reference to  pid_t.  pid_t has not been defined yet.  The following 
 >are the error messages from gcc:
 
 Don't include <sys/select.h> in your source code.  It is a kernel-only
 header.
 
 Bruce



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