diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-31 20:38:00 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-31 20:38:00 +0000 |
commit | 6e41c9f7212cdea9bb9b92f9858c81b311e59ef4 (patch) | |
tree | 87f501730718eae5a791d04682d72faea4513045 /net/imm/files/patch-ab | |
parent | f11d4ea9c8bdd664933f0d46972e88b1d346ee6c (diff) |
Upgrade
Notes
Notes:
svn path=/head/; revision=1260
Diffstat (limited to 'net/imm/files/patch-ab')
-rw-r--r-- | net/imm/files/patch-ab | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/net/imm/files/patch-ab b/net/imm/files/patch-ab index c01343205043..af587ebd7abb 100644 --- a/net/imm/files/patch-ab +++ b/net/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) |