summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/pty/ChangeLog')
-rw-r--r--src/util/pty/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 8c9f2b2d2..9f897734e 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,8 +1,13 @@
2001-06-11 Ezra Peisach <epeisach@mit.edu>
- * configure.in: Check for system provided getutmp() prototype.
+ * pty-int.h: Provide revoke() prototype if system headers lacking.
- * update_wtmp.c: Provide prototype for getutmp() if needed.
+ * logwtmp.c: Provide logwtmp() prototype if needed.
+
+ * configure.in: Check for system provided getutmp(), logwtmp() and
+ revoke() prototypes. Check for util.h, libutil.h.
+
+ * update_wtmp.c: Provide prototype for getutmp() if needed.
2001-05-15 Tom Yu <tlyu@mit.edu>