diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-22 22:38:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-22 22:38:24 +0000 |
commit | 08c3cdef94f28e70fbe0f15dd208f105f737b705 (patch) | |
tree | 84ccc34c0585d73ea14e05f3fe6edbd60292e7c6 /daemons | |
parent | 8c8b892489abb3e653c2d46a5ac5a0bbacc10d04 (diff) |
1999-09-22 Roland McGrath <roland@baalperazim.frob.com>
* getty.c: Undo last change.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/getty.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); |