getptyslave().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13625
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-07-23 Ezra Peisach <epeisach@mit.edu>
+
+ * sys_term.c (startslave): Get rid of extra argument in call to
+ getptyslave().
+
2001-07-06 Ezra Peisach <epeisach@mit.edu>
* sys_term.c (addarg): Cast char to long in indexing array.
pty_update_utmp (PTY_LOGIN_PROCESS, getpid(), "LOGIN", line,
host, PTY_TTYSLOT_USABLE);
- getptyslave(autologin);
+ getptyslave();
/* Notify our parent we're ready to continue.*/
write(syncpipe[1],"y",1);