lkml.org 
[lkml]   [1997]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPatch patch
Hi!

I 'modified' my copy of linux kernel with rm -rf, so that I do not
store files that are not important to me (arch/* except i386, for
example). Later I found that it is unpatchable, even through patch
2.1's docs looked like it should work. -f option did not work too well
on missing files. I was forced to patch patch tool (which is pretty
messy one, what about rewrite? ;-).

But now I have bug, I have fix, but I do not know who to post it. I
know it is not too much related to kernel (except that bug may bite
you, too)...

Pavel

--- pch.c~ Tue Jun 1 03:54:19 1993
+++ pch.c Sun Jul 27 19:12:35 1997
@@ -177,6 +177,7 @@
if (force || batch) {
say1("No file to patch. Skipping...\n");
filearg[0] = savestr(bestguess);
+ skip_rest_of_patch = TRUE;
return TRUE;
}
ask1("File to patch: ");
--
I'm really pavel@atrey.karlin.mff.cuni.cz. Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).

\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.036 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site