diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-06-22 11:25:31 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-22 11:25:31 +0000 |
| commit | 4827b2bbbd815a8b677527ea0cef45952a19039f (patch) | |
| tree | 908253a233a84d62247cf82ba6d66ca0be4fa496 /src | |
| parent | 9311115a94e808ce9946e09bace07cbdbdb62910 (diff) | |
| download | krb5-4827b2bbbd815a8b677527ea0cef45952a19039f.tar.gz krb5-4827b2bbbd815a8b677527ea0cef45952a19039f.tar.xz krb5-4827b2bbbd815a8b677527ea0cef45952a19039f.zip | |
* libpty.h: Change variable line in prototype to tty_line to
prevent shadowing.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13485 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/pty/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/pty/libpty.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 9f897734e..3a136cdfb 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -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. diff --git a/src/util/pty/libpty.h b/src/util/pty/libpty.h index f567e7826..d95c8fe08 100644 --- a/src/util/pty/libpty.h +++ b/src/util/pty/libpty.h @@ -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); |
