Don't put '\n' in getty

We can do this in the initscripts.
This commit is contained in:
sin 2014-02-10 15:47:13 +00:00
parent 5c1c8d60be
commit deeeec8977
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ main(int argc, char *argv[])
sigemptyset(&sa.sa_mask);
sigaction(SIGHUP, &sa, NULL);
putchar('\n');
printf("Login: ");
fflush(stdout);