|
From: Peter K. <pk...@us...> - 2001-12-20 14:47:42
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
btd.c 1.36 1.37=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Do not wait for children to die when we tell them to.
The diff of the modified file(s):
--- btd.c 2001/12/20 12:35:59 1.36
+++ btd.c 2001/12/20 14:47:41 1.37
@@ -924,9 +924,6 @@
{
D(syslog(LOG_INFO, "Killing pppd/memul on line %d", line));
kill(PEER(line).pppd_pid, SIGTERM);
- if (waitpid(PEER(line).pppd_pid, NULL, 0) < 0)
- perror("waitpid pppd");
- PEER(line).pppd_pid =3D 0;
}
}
}
|