inetd: do not trash errno in signal handlers;
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 22 Jul 2008 20:57:28 +0000 (20:57 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 22 Jul 2008 20:57:28 +0000 (20:57 -0000)
commitf54e62a3f2a7e435605731dbb53f1bceafd31014
tree8a53aa96203373e17ef7293ca1793536cc20e3d5
parent41660c5b2d78dbe58a6861699a348158c0aef3c3
inetd: do not trash errno in signal handlers;
 in CHLD handler, stop looping through services when pid is found

function                                             old     new   delta
reread_config_file                                  1072    1092     +20
retry_network_setup                                   55      69     +14
reap_child                                           132     130      -2
networking/inetd.c