aboutsummaryrefslogtreecommitdiff
path: root/net/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 /net/imm/files/patch-ab
parentf11d4ea9c8bdd664933f0d46972e88b1d346ee6c (diff)
downloadports-6e41c9f7212cdea9bb9b92f9858c81b311e59ef4.tar.gz
ports-6e41c9f7212cdea9bb9b92f9858c81b311e59ef4.zip
Notes
Diffstat (limited to 'net/imm/files/patch-ab')
-rw-r--r--net/imm/files/patch-ab24
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)