Date: Sun, 16 Jan 2000 10:11:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: Library cleanups for _get_dev_info() In-Reply-To: <387F1F1A.A2A4778B@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 14 Jan 2000, Laurynas Biveinis wrote: > This patch makes two library functions use _get_dev_info() > instead of their own code, which does the same. Thanks. I applied the patches to setmode, but not to fcntl, because the latter is due to be changed considerably for the next release (Mark was working on this). > diff -u -r fcntl.cvs/src/libc/dos/io/setmode.c fcntl/src/libc/dos/io/setmode.c > --- fcntl.cvs/src/libc/dos/io/setmode.c Thu Jun 3 20:27:36 1999 > +++ fcntl/src/libc/dos/io/setmode.c Fri Jan 14 14:54:40 2000 Please in the future try to generate the diffs relative to the root of the DJGPP installation tree.