From: Martin Str|mberg Message-Id: <200012301550.QAA14245@father.ludd.luth.se> Subject: Re: Fw: Patch for statfs.c In-Reply-To: from Norberto Alfredo Bensa at "Dec 30, 2000 03:52:55 am" To: djgpp-workers AT delorie DOT com Date: Sat, 30 Dec 2000 16:50:29 +0100 (MET) Cc: nbensa AT hotmail DOT com 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 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 According to Norberto Alfredo Bensa: > Now the patch... > > ------CUT---------8<---------CUT------------ > --- src/libc/compat/sys/vfs/statfs.c.~ Mon Jun 19 19:00:56 2000 > +++ src/libc/compat/sys/vfs/statfs.c Sat Dec 30 02:41:26 2000 > @@ -108,73 +108,116 @@ > > if (!cdrom_calls_used) > { > - /* Get free space info from DOS. */ > - regs.h.ah = 0x36; /* DOS Get Free Disk Space call */ Alas the patch only looked right. It won't apply for me. Are you diffing against the cvs version? Perhaps you could just send the whole statfs.c file as the patch is about as large as the file itself. Right, MartinS