Path: utzoo!attcan!uunet!mcsun!unido!marco!leo From: leo@marco.UUCP (Matthias Pfaller) Newsgroups: comp.os.minix Subject: bug in login.c Keywords: 1.5.0st login Message-ID: <285@alice.marco.UUCP> Date: 13 Feb 90 09:03:35 GMT Organization: marco GmbH, 8047 Karlsfeld, West-Germany Lines: 11 In line 173 of login.c the declarations of tty and name are missing. change from > wtmp(tty, name) to < wtmp(tty, name) < char *tty, *name; and login will correctly update /usr/adm/wtmp. leo@marco.UUCP (Matthias Pfaller)