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/util/pty/libpty.h | |
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/util/pty/libpty.h')
-rw-r--r-- | src/util/pty/libpty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pty/libpty.h b/src/util/pty/libpty.h index f567e78264..d95c8fe086 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); |