1
0
mirror of git://git.suckless.org/ubase synced 2024-12-25 08:02:17 +00:00

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

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);