diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-29 22:49:13 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-29 22:49:13 +0000 |
commit | 66d8ba2e0b190df9515e5a5c75c4aeda152245ba (patch) | |
tree | b9c8a893730cbf7d3416a94358ed1316dcdd2fe9 /mbone/imm | |
parent | 50ba070af70b4ef5f6146b9fabf71785648f152c (diff) | |
download | ports-66d8ba2e0b190df9515e5a5c75c4aeda152245ba.tar.gz ports-66d8ba2e0b190df9515e5a5c75c4aeda152245ba.zip |
Notes
Diffstat (limited to 'mbone/imm')
-rw-r--r-- | mbone/imm/files/patch-ab | 31 |
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) |