mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
264 B
Plaintext
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;
|