diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 20:57:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 20:57:43 +0000 |
commit | 2cd36b7277a6125eca0d14f081f5b46ac192b695 (patch) | |
tree | 878937ac4a0a3f2368c4873af9f775d035b23b9c /textproc/kdiff3/files | |
parent | Add a new port OpenReg: an implementation of a domain registry, such (diff) |
Update to 0.9.60.
PR: ports/52986
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Diffstat (limited to 'textproc/kdiff3/files')
-rw-r--r-- | textproc/kdiff3/files/patch-pdiff.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/kdiff3/files/patch-pdiff.cpp b/textproc/kdiff3/files/patch-pdiff.cpp index 08fcd1eae193..8d9f0d6f21ec 100644 --- a/textproc/kdiff3/files/patch-pdiff.cpp +++ b/textproc/kdiff3/files/patch-pdiff.cpp @@ -1,10 +1,10 @@ ---- kdiff3/pdiff.cpp.orig Mon Apr 7 21:12:32 2003 -+++ kdiff3/pdiff.cpp Mon Apr 7 21:13:01 2003 -@@ -53,6 +53,7 @@ +--- src/pdiff.cpp.orig Mon Apr 7 21:12:32 2003 ++++ src/pdiff.cpp Mon Apr 7 21:13:01 2003 +@@ -55,6 +55,7 @@ #else #include <unistd.h> #endif -+#include <errno.h> ++#include <ctype.h> using namespace std; |