aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-07 00:28:16 +0200
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-07 01:33:58 +0200
commit43274e3910d2a910262d1192e663db1d983f8e54 (patch)
tree0220d1e413d2deb368f4e70e94720b2bfada25f9 /initd/init.h
parentffb655126a7588ab9e1f56579ea2223f6f04c2ee (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.h12
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 **********/
/*