* libpty.h: Change variable line in prototype to tty_line to
authorEzra Peisach <epeisach@mit.edu>
Fri, 22 Jun 2001 11:25:31 +0000 (11:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 22 Jun 2001 11:25:31 +0000 (11:25 +0000)
        prevent shadowing.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13485 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/libpty.h

index 9f897734e0b67a9292bb12e1718da261689ba3df..3a136cdfb1a46a423387dc6e83fd899097607c58 100644 (file)
@@ -1,3 +1,8 @@
+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. 
index f567e78264061b03e3fe325a42b877b0ca8b6fca..d95c8fe0868aa7a597f434dc57157c77b96ee12b 100644 (file)
@@ -39,7 +39,7 @@ long pty_open_ctty (const char *slave, int *fd);
 
 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);