summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-au')
-rw-r--r--mbone/sdr/patches/patch-au31
1 files changed, 31 insertions, 0 deletions
diff --git a/mbone/sdr/patches/patch-au b/mbone/sdr/patches/patch-au
new file mode 100644
index 00000000000..bf6741d6c46
--- /dev/null
+++ b/mbone/sdr/patches/patch-au
@@ -0,0 +1,31 @@
+$NetBSD: patch-au,v 1.1 2000/12/16 05:44:10 hubertf Exp $
+
+--- sdr/src/www_ui_init.c.orig Wed May 19 18:05:10 1999
++++ sdr/src/www_ui_init.c Wed Dec 13 01:44:54 2000
+@@ -235,7 +235,7 @@
+ msg = interp->result;
+ }
+ fprintf(stderr, "%s\n", msg);
+- Tcl_Eval(interp, errorExitCmd);
++ sdr_Tcl_Eval(interp, errorExitCmd);
+ return 1; /* Needed only to prevent compiler warnings. */
+ #endif
+ }
+@@ -277,7 +277,7 @@
+ if (count <= 0) {
+ if (!gotPartial) {
+ if (tty) {
+- Tcl_Eval(interp, "exit");
++ sdr_Tcl_Eval(interp, "exit");
+ exit(1);
+ } else {
+ Tk_DeleteFileHandler(0);
+@@ -366,7 +366,7 @@
+ fputs("% ", stdout);
+ }
+ } else {
+- code = Tcl_Eval(interp, promptCmd);
++ code = sdr_Tcl_Eval(interp, promptCmd);
+ if (code != TCL_OK) {
+ Tcl_AddErrorInfo(interp,
+ "\n (script that generates prompt)");