diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-07 00:28:16 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-07 01:33:58 +0200 |
commit | 43274e3910d2a910262d1192e663db1d983f8e54 (patch) | |
tree | 0220d1e413d2deb368f4e70e94720b2bfada25f9 /initd/init.h | |
parent | ffb655126a7588ab9e1f56579ea2223f6f04c2ee (diff) |
Remove setup_tty function
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'initd/init.h')
-rw-r--r-- | initd/init.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/initd/init.h b/initd/init.h index c8d16ba..878dc8d 100644 --- a/initd/init.h +++ b/initd/init.h @@ -62,18 +62,6 @@ int runlst_wait(exec_t *list, const char *ctty); */ pid_t runlst(exec_t *list, const char *ctty); -/********** setup_tty.c **********/ - -/* - Initial tty setup for init. Makes /dev/console our controlling tty and - reroutes all output there. Closes stdin because we presumably won't - need it anymore. - - Returns 0 on success, -1 on failure. The function takes care of - printing error messages on failure. -*/ -int setup_tty(void); - /********** status.c **********/ /* |