From 08c3cdef94f28e70fbe0f15dd208f105f737b705 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Sep 1999 22:38:24 +0000 Subject: 1999-09-22 Roland McGrath * getty.c: Undo last change. --- daemons/getty.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'daemons') diff --git a/daemons/getty.c b/daemons/getty.c index d6706450..02ebacff 100644 --- a/daemons/getty.c +++ b/daemons/getty.c @@ -95,9 +95,6 @@ main (int argc, char **argv) } while (tty == -1); - if (ioctl (tty, TIOCSCTTY) < 0) - syslog (LOG_ERR, "cannot set controlling terminal to %s: %m", ttyname); - print_banner (tty, ttyname); login_tty (tty); -- cgit v1.2.3