prevent shadowing.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13485
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-21 Ezra Peisach <epeisach@mit.edu>
+
+ * libpty.h: Change variable line in prototype to tty_line to
+ prevent shadowing.
+
2001-06-11 Ezra Peisach <epeisach@mit.edu>
* pty-int.h: Provide revoke() prototype if system headers lacking.
long pty_initialize_slave ( int fd);
long pty_update_utmp(int process_type, int pid, const char *user,
- const char *line, const char *host, int flags);
+ const char *tty_line, const char *host, int flags);
long pty_logwtmp(const char *tty, const char *user, const char *host);