mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Remove patch already covered by new patch in patch-ab
This commit is contained in:
parent
15d191a6b1
commit
c909193a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user