From bccc1d8859175f0927652d694796892c9e9c21d6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jul 2011 04:32:22 +0200 Subject: [PATCH] shutdown: untabify --- src/shutdown.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/shutdown.c b/src/shutdown.c index d6b47c5a7..6714927f8 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -276,9 +276,10 @@ static int pivot_to_new_root(void) { log_error("Failed to open /dev/console: %m"); else { make_stdio(fd); - /* initialize the controlling terminal */ - setsid(); - ioctl(0, TIOCSCTTY, NULL); + + /* Initialize the controlling terminal */ + setsid(); + ioctl(STDIN_FILENO, TIOCSCTTY, NULL); } return 0; -- 2.30.2