View | Details | Raw Unified | Return to bug 52986 | Differences between
and this patch

Collapse All | Expand All

(-)./distinfo Thu Jun 5 23:08:06 2003 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (kdiff3-0.9.51.tar.gz) = 7574a47b268ef31f3031d4145328f04f
1
MD5 (kdiff3-0.9.60.tar.gz) = ab54ea2a6f547e4233293e81cd5afc0b
(-)./files/patch-pdiff.cpp Fri Jun 6 09:26:23 2003 (-4 / +4 lines)
Lines 1-10 Link Here
1
--- kdiff3/pdiff.cpp.orig      Mon Apr  7 21:12:32 2003
1
--- src/pdiff.cpp.orig Fri Jun  6 09:23:54 2003
2
+++ kdiff3/pdiff.cpp   Mon Apr  7 21:13:01 2003
2
+++ src/pdiff.cpp      Fri Jun  6 09:25:15 2003
3
@@ -53,6 +53,7 @@
3
@@ -55,6 +55,7 @@
4
 #else
4
 #else
5
 #include <unistd.h>
5
 #include <unistd.h>
6
 #endif
6
 #endif
7
+#include <errno.h>
7
+#include <ctype.h>

Return to bug 52986