diff options
Diffstat (limited to 'lang/tclX/files/patch-unix_tclXunixDup.c')
-rw-r--r-- | lang/tclX/files/patch-unix_tclXunixDup.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tclX/files/patch-unix_tclXunixDup.c b/lang/tclX/files/patch-unix_tclXunixDup.c new file mode 100644 index 000000000000..7fcfb6852353 --- /dev/null +++ b/lang/tclX/files/patch-unix_tclXunixDup.c @@ -0,0 +1,11 @@ +--- unix/tclXunixDup.c.orig 2014-07-30 16:57:13.000000000 +0200 ++++ unix/tclXunixDup.c 2014-07-30 17:00:42.000000000 +0200 +@@ -84,7 +84,7 @@ + char *targetChannelId; + { + ClientData handle; +- Tcl_ChannelType *channelType; ++ const Tcl_ChannelType *channelType; + Tcl_Channel newChannel = NULL; + int srcFileNum, newFileNum = -1; + |