From owner-freebsd-hackers Wed Jan 8 08:47:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA16197 for hackers-outgoing; Wed, 8 Jan 1997 08:47:33 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA16186 for ; Wed, 8 Jan 1997 08:47:30 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA16445; Wed, 8 Jan 1997 09:36:15 -0700 From: Terry Lambert Message-Id: <199701081636.JAA16445@phaeton.artisoft.com> Subject: Re: #include file xref philosophy To: dufault@hda.com (Peter Dufault) Date: Wed, 8 Jan 1997 09:36:15 -0700 (MST) Cc: proff@suburbia.net, dufault@hda.com, hackers@FreeBSD.org In-Reply-To: <199701081226.HAA03877@hda.hda.com> from "Peter Dufault" at Jan 8, 97 07:26:28 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > (I hope that the POSIX tests don't do things such as include only > unistd.h and verify that something referencing off_t fails.) I believe they can't. Since off_t (a nice particular example, BTW) is defined to be an atomic type, the type may in fact be literal off_t and remain technically compliant with the standard. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.