summaryrefslogtreecommitdiff
path: root/mbone/imm/files/patch-ab
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-03-31 20:38:00 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-03-31 20:38:00 +0000
commit6e41c9f7212cdea9bb9b92f9858c81b311e59ef4 (patch)
tree87f501730718eae5a791d04682d72faea4513045 /mbone/imm/files/patch-ab
parentAdd checksum file (diff)
Upgrade
Notes
Notes: svn path=/head/; revision=1260
Diffstat (limited to '')
-rw-r--r--mbone/imm/files/patch-ab24
1 files changed, 6 insertions, 18 deletions
diff --git a/mbone/imm/files/patch-ab b/mbone/imm/files/patch-ab
index c01343205043..af587ebd7abb 100644
--- a/mbone/imm/files/patch-ab
+++ b/mbone/imm/files/patch-ab
@@ -1,31 +1,19 @@
-*** main.c.orig Fri Mar 4 16:01:13 1994
---- main.c Sat Oct 29 15:45:04 1994
+*** main.c.orig Thu Oct 27 16:14:52 1994
+--- main.c Fri Mar 31 12:34:29 1995
***************
-*** 129,135 ****
+*** 132,138 ****
ClientData clientdata;
Tcl_Interp *interp;
int argc;
-! int *argv[];
+! char *argv[];
{
int transmitflag = FALSE;
int ofp;
---- 129,135 ----
+--- 132,138 ----
ClientData clientdata;
Tcl_Interp *interp;
int argc;
-! char *argv[];
+! int *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)