diff options
author | pst <pst@FreeBSD.org> | 1994-11-02 12:25:39 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-11-02 12:25:39 +0800 |
commit | 04f8fa732728baee430dd26159a9a23246d05269 (patch) | |
tree | ab4605bfe0aa65fd6423ba6dfa05478e9755e9f0 /net | |
parent | 1f9a867b8c59e890e1a79e91829ee8827066c9fa (diff) | |
download | freebsd-ports-gnome-04f8fa732728baee430dd26159a9a23246d05269.tar.gz freebsd-ports-gnome-04f8fa732728baee430dd26159a9a23246d05269.tar.zst freebsd-ports-gnome-04f8fa732728baee430dd26159a9a23246d05269.zip |
Remove patch already covered by new patch in patch-ab
Diffstat (limited to 'net')
-rw-r--r-- | net/imm/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/imm/files/patch-aa b/net/imm/files/patch-aa index 5e5711694cec..b88b87bc8cb1 100644 --- a/net/imm/files/patch-aa +++ b/net/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 |