From deeeec8977e7c193e081c38162ee4448cc9b314d Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 10 Feb 2014 15:47:13 +0000 Subject: [PATCH] Don't put '\n' in getty We can do this in the initscripts. --- getty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/getty.c b/getty.c index fd84673..46781f6 100644 --- a/getty.c +++ b/getty.c @@ -78,7 +78,6 @@ main(int argc, char *argv[]) sigemptyset(&sa.sa_mask); sigaction(SIGHUP, &sa, NULL); - putchar('\n'); printf("Login: "); fflush(stdout);