summaryrefslogtreecommitdiff
path: root/mbone/imm
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-11-02 04:25:39 +0000
committerPaul Traina <pst@FreeBSD.org>1994-11-02 04:25:39 +0000
commitc909193a30662ef7584c6a5447787006c6c0b94d (patch)
treeb1ba1c5d8a582209b8cbed86b4027eaa5cee87e3 /mbone/imm
parentAdd tcp_wrapper (diff)
Remove patch already covered by new patch in patch-ab
Notes
Notes: svn path=/head/; revision=313
Diffstat (limited to 'mbone/imm')
-rw-r--r--mbone/imm/files/patch-aa13
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