summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-common_cvsgui_process.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/gcvs/files/patch-common_cvsgui_process.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-common_cvsgui_process.cpp b/devel/gcvs/files/patch-common_cvsgui_process.cpp
new file mode 100644
index 000000000000..b9b5aaa98ff8
--- /dev/null
+++ b/devel/gcvs/files/patch-common_cvsgui_process.cpp
@@ -0,0 +1,11 @@
+--- common/cvsgui_process.cpp.orig 2007-11-22 20:25:42.000000000 +0100
++++ common/cvsgui_process.cpp 2007-11-22 20:26:39.000000000 +0100
+@@ -899,7 +899,7 @@
+ CvsProcessCallbacks *callbacks = sigtt_cvs_process->callbacks;
+ // killing the cvs process avoids getting stuck in a SIGSTOP
+ cvs_process_destroy (sigtt_cvs_process);
+- callbacks->consoleerr(SIGTT_ERR, strlen(SIGTT_ERR));
++ callbacks->consoleerr((char *)SIGTT_ERR, strlen(SIGTT_ERR));
+ }
+ sigtt_cvs_process = NULL;
+ }