John Levon <[EMAIL PROTECTED]> writes:


| which break patch

so you are saying that this breaks patch:

Index: MAINTAINERS
===================================================================
RCS file: MAINTAINERS
diff -N MAINTAINERS
--- /dev/null   Tue May  5 22:32:27 1998
+++ MAINTAINERS Thu Mar 15 12:36:57 2001
@@ -0,0 +1,3 @@
+Mathed
+André Pönitz
[EMAIL PROTECTED]


of course it should be patched with 

patch -p0 < <patchfile>

What about this:

Index: MAINTAINERS
===================================================================
RCS file: MAINTAINERS
diff -N MAINTAINERS
--- /dev/null   Tue May  5 22:32:27 1998
+++ MAINTAINERS Thu Mar 15 12:39:52 2001
@@ -0,0 +1,3 @@
+Mathed
+André Pönitz
[EMAIL PROTECTED]
Index: src/mathed/array.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/array.C,v
retrieving revision 1.15
diff -u -p -r1.15 array.C
--- src/mathed/array.C  2001/03/06 10:24:45     1.15
+++ src/mathed/array.C  2001/03/15 11:39:54
@@ -14,7 +14,6 @@
 using std::ostream;
 using std::endl;
 
-// Is this still needed? (Lgb)
 static inline
 void * my_memcpy(void * ps_in, void const * pt_in, size_t n)
 {


I think you belive it breaks because you are either diffing in the
wrong dir or patching in the wrong dir.

        Lgb

Reply via email to