From 4827b2bbbd815a8b677527ea0cef45952a19039f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 22 Jun 2001 11:25:31 +0000 Subject: [PATCH] * 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 --- src/util/pty/ChangeLog | 5 +++++ src/util/pty/libpty.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * libpty.h: Change variable line in prototype to tty_line to + prevent shadowing. + 2001-06-11 Ezra Peisach * 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); -- 2.26.2