inetd: indent labels uniformly
This commit is contained in:
@@ -534,7 +534,7 @@ static char *skip(char **cpp) /* int report; */
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
again:
|
again:
|
||||||
while (*cp == ' ' || *cp == '\t')
|
while (*cp == ' ' || *cp == '\t')
|
||||||
cp++;
|
cp++;
|
||||||
if (*cp == '\0') {
|
if (*cp == '\0') {
|
||||||
@@ -1509,7 +1509,7 @@ int inetd_main(int argc, char *argv[])
|
|||||||
sigaction(SIGPIPE, &sapipe, NULL);
|
sigaction(SIGPIPE, &sapipe, NULL);
|
||||||
execv(sep->se_server, sep->se_argv);
|
execv(sep->se_server, sep->se_argv);
|
||||||
bb_perror_msg("execv %s", sep->se_server);
|
bb_perror_msg("execv %s", sep->se_server);
|
||||||
do_exit1:
|
do_exit1:
|
||||||
if (sep->se_socktype != SOCK_STREAM)
|
if (sep->se_socktype != SOCK_STREAM)
|
||||||
recv(0, buf, sizeof(buf), 0);
|
recv(0, buf, sizeof(buf), 0);
|
||||||
_exit(1);
|
_exit(1);
|
||||||
|
Reference in New Issue
Block a user