diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-08 19:47:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-08 19:47:35 +0000 |
commit | b23dbd361dddceb2253049f04abf6aea78e2592a (patch) | |
tree | c690a1e99d2fafebc2d8a38443e7453d48944e13 /editors/scite/files/patch-src__FilePath.h | |
parent | net/istgt: Fix broken linking and casts (diff) |
scite and scintilla: Upgrade version 3.4.1 => 3.4.4
PR: 190754
Submitted by: maintainer (Naram Qashat)
Notes
Notes:
svn path=/head/; revision=364377
Diffstat (limited to 'editors/scite/files/patch-src__FilePath.h')
-rw-r--r-- | editors/scite/files/patch-src__FilePath.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/scite/files/patch-src__FilePath.h b/editors/scite/files/patch-src__FilePath.h deleted file mode 100644 index c0217ff90e43..000000000000 --- a/editors/scite/files/patch-src__FilePath.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ../src/FilePath.h.orig 2011-07-31 22:49:30.000000000 -0400 -+++ ../src/FilePath.h 2011-09-06 21:43:03.000000000 -0400 -@@ -13,6 +13,7 @@ - extern const GUI::gui_char fileWrite[]; - - #if defined(__unix__) -+#include <cstdio> - #include <limits.h> - #ifdef PATH_MAX - #define MAX_PATH PATH_MAX |