1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/mtools/files/patch-e
Steve Price 9ca7a015e5 Update to version 3.9.6.
PR:		18222
Submitted by:	Nobuyuki Koganemaru <kogane@jp.freebsd.org>
2000-04-30 19:15:37 +00:00

12 lines
264 B
Plaintext

--- floppyd.c~ Thu Jul 22 00:41:08 1999
+++ floppyd.c Thu Jul 22 00:42:36 1999
@@ -675,7 +675,7 @@
/*
* Ignore dead servers so no zombies should be left hanging.
*/
- signal(SIGCLD, SIG_IGN);
+ signal(SIGCHLD, SIG_IGN);
for (;;) {
int new_sock;