diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-10-07 12:45:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-10-07 12:45:02 +0000 |
commit | 44ed15c688146a1cd16c15794cb8e72092511092 (patch) | |
tree | 6e131075ddc685737b8beb2d0e26b969bb37cf47 /lang/tclX/files/patch-unix_tclXunixDup.c | |
parent | games/fretsonfire: switch from py-imaging to py-pillow (diff) |
- Chase compiler warnings
PR: 192370
Submitted by: gahr
Approved by: maintainer (timeout > 2 months)
Notes
Notes:
svn path=/head/; revision=370327
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; + |