diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-11-02 04:25:39 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-11-02 04:25:39 +0000 |
commit | c909193a30662ef7584c6a5447787006c6c0b94d (patch) | |
tree | b1ba1c5d8a582209b8cbed86b4027eaa5cee87e3 /mbone/imm | |
parent | 15d191a6b1b7a22a81e3ef16532dda5f1c24bc76 (diff) | |
download | ports-c909193a30662ef7584c6a5447787006c6c0b94d.tar.gz ports-c909193a30662ef7584c6a5447787006c6c0b94d.zip |
Notes
Diffstat (limited to 'mbone/imm')
-rw-r--r-- | mbone/imm/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mbone/imm/files/patch-aa b/mbone/imm/files/patch-aa index 5e5711694cec..b88b87bc8cb1 100644 --- a/mbone/imm/files/patch-aa +++ b/mbone/imm/files/patch-aa @@ -170,19 +170,6 @@ diff -rc2 orig-immserv.c immserv.c ! #ifndef __FreeBSD__ /* routine to put process to sleep */ int usleep( wait) -diff -rc2 orig-main.c main.c -*** orig-main.c Fri Mar 4 19:01:13 1994 ---- main.c Thu Oct 13 21:16:10 1994 -*************** -*** 162,165 **** ---- 162,168 ---- - fclose(stdin); - closeall(); -+ #ifndef SIGCLD -+ #define SIGCLD SIGCHLD -+ #endif - signal(SIGCLD,SIG_IGN); - Tcl_DeleteInterp(interp); diff -rc2 orig-mcl.c mcl.c *** orig-mcl.c Wed Mar 9 18:51:36 1994 --- mcl.c Thu Oct 13 21:17:52 1994 |