From: Martin Str|mberg Message-Id: <200101030709.IAA01523@father.ludd.luth.se> Subject: Nitpicking: open docs and "for mode definitions" To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Wed, 3 Jan 2001 08:09:35 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com In the libc manual for open() there's this piece: " #include #include /* for mode definitions */" Now it seems the mode definitions are in fcntl.h and not in sys/stat.h. Does it matter? Right, MartinS