Date: Tue, 02 Jan 2001 18:31:33 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Martin Str|mberg Message-Id: <7458-Tue02Jan2001183133+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <200101021551.QAA28277@father.ludd.luth.se> (message from Martin Str|mberg on Tue, 2 Jan 2001 16:51:20 +0100 (MET)) Subject: Re: FAT32's extend flag remove for OS/2 References: <200101021551 DOT QAA28277 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Martin Str|mberg > Date: Tue, 2 Jan 2001 16:51:20 +0100 (MET) > > Here's the patch I intend to commit for _not_ setting the extend bit > in the call if we are running on OS/2 and a question. Looks okay to me. > Why are we calling _get_dos_version(0) in _creat_n.c and not > _get_dos_version(1)? I don't know; I didn't write that code ;-). In general, you can use _get_dos_version(0) when you don't care if some software, such as SETVER, lies to you about the DOS version. Also note that if _get_dos_version(0) is good enough, you can simply use _osmajor and _osminor.