From owner-freebsd-bugs Mon Mar 24 21:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16865 for bugs-outgoing; Mon, 24 Mar 1997 21:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16830; Mon, 24 Mar 1997 21:00:02 -0800 (PST) Date: Mon, 24 Mar 1997 21:00:02 -0800 (PST) Message-Id: <199703250500.VAA16830@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/3089: /usr/include/sys/select.h causes compilation errors. Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3089; it has been noted by GNATS. From: Bruce Evans 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 in your source code. It is a kernel-only header. Bruce