aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tclX/files/patch-unix_tclXunixDup.c
blob: 7fcfb6852353f398b65c3c3db95ae603347c676c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;