summaryrefslogtreecommitdiff
path: root/mbone/imm
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-10-29 22:49:13 +0000
committerPaul Traina <pst@FreeBSD.org>1994-10-29 22:49:13 +0000
commit66d8ba2e0b190df9515e5a5c75c4aeda152245ba (patch)
treeb9c8a893730cbf7d3416a94358ed1316dcdd2fe9 /mbone/imm
parentdocument dialog,libmytinfo,libncurses (diff)
Fix invalid parameter passing.
Notes
Notes: svn path=/head/; revision=294
Diffstat (limited to 'mbone/imm')
-rw-r--r--mbone/imm/files/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/mbone/imm/files/patch-ab b/mbone/imm/files/patch-ab
new file mode 100644
index 000000000000..c01343205043
--- /dev/null
+++ b/mbone/imm/files/patch-ab
@@ -0,0 +1,31 @@
+*** main.c.orig Fri Mar 4 16:01:13 1994
+--- main.c Sat Oct 29 15:45:04 1994
+***************
+*** 129,135 ****
+ ClientData clientdata;
+ Tcl_Interp *interp;
+ int argc;
+! int *argv[];
+ {
+ int transmitflag = FALSE;
+ int ofp;
+--- 129,135 ----
+ ClientData clientdata;
+ Tcl_Interp *interp;
+ int argc;
+! char *argv[];
+ {
+ int transmitflag = FALSE;
+ int ofp;
+***************
+*** 161,166 ****
+--- 161,169 ----
+ repeatnum,argv[3], argv[1]);
+ fclose(stdin);
+ closeall();
++ #ifndef SIGCLD
++ #define SIGCLD SIGCHLD
++ #endif
+ signal(SIGCLD,SIG_IGN);
+ Tcl_DeleteInterp(interp);
+ if (localhost == NULL)