summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/ChangeLog5
-rw-r--r--src/util/pty/libpty.h2
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);