summaryrefslogtreecommitdiffstats
path: root/src/util/pty/libpty.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-22 11:25:31 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-22 11:25:31 +0000
commit4827b2bbbd815a8b677527ea0cef45952a19039f (patch)
tree908253a233a84d62247cf82ba6d66ca0be4fa496 /src/util/pty/libpty.h
parent9311115a94e808ce9946e09bace07cbdbdb62910 (diff)
downloadkrb5-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.h2
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);