diff options
Diffstat (limited to 'lang/tclX/files/patch-generic_tclXfcntl.c')
-rw-r--r-- | lang/tclX/files/patch-generic_tclXfcntl.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/tclX/files/patch-generic_tclXfcntl.c b/lang/tclX/files/patch-generic_tclXfcntl.c new file mode 100644 index 000000000000..c75853b3f2f5 --- /dev/null +++ b/lang/tclX/files/patch-generic_tclXfcntl.c @@ -0,0 +1,12 @@ +--- generic/tclXfcntl.c.orig 2014-07-30 16:45:58.000000000 +0200 ++++ generic/tclXfcntl.c 2014-07-30 16:46:21.000000000 +0200 +@@ -162,7 +162,8 @@ + int mode; + int attrib; + { +- int value, optValue; ++ int value = 0; ++ int optValue; + + switch (attrib) { + case ATTR_RDONLY: |