summaryrefslogtreecommitdiff
path: root/lang/tcl86/files/patch-generic-tclPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl86/files/patch-generic-tclPort.h')
-rw-r--r--lang/tcl86/files/patch-generic-tclPort.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h
index bdd3af35886c..5c3f057bf1f3 100644
--- a/lang/tcl86/files/patch-generic-tclPort.h
+++ b/lang/tcl86/files/patch-generic-tclPort.h
@@ -1,11 +1,11 @@
---- ../generic/tclPort.h.orig 2012-06-26 15:59:02.000000000 +0200
-+++ ../generic/tclPort.h 2012-09-17 16:29:41.000000000 +0200
-@@ -22,7 +22,7 @@
- #endif
- #include "tcl.h"
- #if !defined(_WIN32)
+--- ../generic/tclPort.h.orig 2013-09-03 14:47:31.000000000 +0200
++++ ../generic/tclPort.h 2013-09-04 10:23:22.000000000 +0200
+@@ -20,7 +20,7 @@
+ #if defined(_WIN32)
+ # include "tclWinPort.h"
+ #else
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
+ #include "tcl.h"
- #if !defined(LLONG_MIN)