Message-Id: Date: Tue, 10 Nov 98 11:48 +0100 From: Boon van der RJ To: djgpp-workers AT delorie DOT com Subject: Patch to [f]stat.txh, djdev202 beta Reply-To: djgpp-workers AT delorie DOT com Hi dj-workers, there are some minor typos in the .txh files of [f]stat Two patches follow: - Patch of fstat.txh: changed /dev/nul to /dev/null - Patch of stat.txh: changed /dev/nul to /dev/null *** src/libc/posix/sys/stat/fstat.txh~ Sun Sep 27 15:22:16 1998 --- src/libc/posix/sys/stat/fstat.txh Mon Nov 9 21:04:32 1998 *************** *** 50,56 **** implementation nightmare. The following notes describe some of the obscure points specific to their behavior in DJGPP. ! 1. The @samp{drive} for character devices (like @code{con}, @code{/dev/nul} and others is returned as -1. For drives networked by Novell Netware, it is returned as -2. --- 50,56 ---- implementation nightmare. The following notes describe some of the obscure points specific to their behavior in DJGPP. ! 1. The @samp{drive} for character devices (like @code{con}, @code{/dev/null} and others is returned as -1. For drives networked by Novell Netware, it is returned as -2. *** src/libc/posix/sys/stat/stat.txh~ Sun Sep 27 15:22:18 1998 --- src/libc/posix/sys/stat/stat.txh Mon Nov 9 21:04:42 1998 *************** *** 51,57 **** implementation nightmare. The following notes describe some of the obscure points specific to their behavior in DJGPP. ! 1. The @samp{drive} for character devices (like @code{con}, @code{/dev/nul} and others is returned as -1. For drives networked by Novell Netware, it is returned as -2. --- 51,57 ---- implementation nightmare. The following notes describe some of the obscure points specific to their behavior in DJGPP. ! 1. The @samp{drive} for character devices (like @code{con}, @code{/dev/null} and others is returned as -1. For drives networked by Novell Netware, it is returned as -2.