diff options
Diffstat (limited to 'initd/main.c')
-rw-r--r-- | initd/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/initd/main.c b/initd/main.c index 49bbee7..2be2045 100644 --- a/initd/main.c +++ b/initd/main.c @@ -225,9 +225,6 @@ int main(void) return EXIT_FAILURE; } - if (setup_tty()) - return EXIT_FAILURE; - memset(pfd, 0, sizeof(pfd)); pfd[0].fd = sfd; pfd[0].events = POLLIN; |