aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-06-02 00:58:57 +0200
committerAndreas Schäfer <gentryx@gmx.de>2013-06-02 00:58:57 +0200
commit3177174a45e58895cd3c2748ccd17feea568d291 (patch)
treef6d6a6a765041a3c9c6d95c3c4a817c1c57c0db7 /sys-cluster/modules/files
parentsync with gx86 (diff)
downloadsci-3177174a45e58895cd3c2748ccd17feea568d291.tar.gz
sci-3177174a45e58895cd3c2748ccd17feea568d291.tar.bz2
sci-3177174a45e58895cd3c2748ccd17feea568d291.zip
fixed compilation of modules with recent tcl
Diffstat (limited to 'sys-cluster/modules/files')
-rw-r--r--sys-cluster/modules/files/errorline.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-cluster/modules/files/errorline.patch b/sys-cluster/modules/files/errorline.patch
new file mode 100644
index 000000000..dc2efcf11
--- /dev/null
+++ b/sys-cluster/modules/files/errorline.patch
@@ -0,0 +1,14 @@
+diff -ru modules-3.2.9-a/cmdModule.c modules-3.2.9-b/cmdModule.c
+--- modules-3.2.9-a/cmdModule.c 2010-11-11 19:23:18.000000000 +0100
++++ modules-3.2.9-b/cmdModule.c 2013-05-31 20:48:34.000000000 +0200
+@@ -640,8 +640,8 @@
+ case TCL_OK: gotPartial = 0;
+ continue; /** while **/
+
+- case TCL_ERROR: interp->errorLine = ((linenum-1)-gotPartial) +
+- interp->errorLine;
++ case TCL_ERROR: //interp->errorLine = ((linenum-1)-gotPartial) +
++ // interp->errorLine;
+ /* FALLTHROUGH */
+
+ case TCL_LEVEL0_RETURN: