From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Alvy Subject: Re: [announce] dosemu-1.2.2 Date: Tue, 20 Jul 2004 20:39:52 -0700 Sender: linux-msdos-owner@vger.kernel.org Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Bart Oldeman wrote: > Hi Ralph, > > Stas did not only try to fix something, but also cleaned up. This cleaning > up was problematic (note to Stas: fops.write can be either printer_write > or stub_printer_write; printer_write is not a wrapper that calls the > function pointer -- and *if* you're cleaning up you should change *that* > and preferably in a seperate patch to make it easier for me to merge with > -stable!) > > Ralph, please revert Stas' patch using > patch -R < lpt.diff > (or by untarring the 1.3.1 or 1.2.2 source code) and then apply my patch > (attached): > > patch < lpt2.diff > > and try again. > > Bart I untarred 1.3.1, did a ./configure, and then did patch < lpt2.diff Here's what I get: ralvy@libranet:~/dosemu-1.3.1-src$ patch < lpt2.diff (Stripping trailing CRs from patch.) can't find file to patch at input line 3 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |--- src/base/dev/misc/lpt.c Wed Jul 21 15:11:38 2004 |+++ src/base/dev/misc/lpt.c Wed Jul 21 15:14:31 2004 -------------------------- File to patch: I'm not sure what to tell it at this point.