summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-11 22:32:19 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-11 22:32:19 +0000
commit3f3a704da40dcc424efcd8cf3a1ada9902a77989 (patch)
treee769f0f87b62e390367d8362a5a2418bfb0ea219 /src/util/pty/ChangeLog
parentaa2a375ef265c9375b9293f614eb5d848d5f1d48 (diff)
downloadkrb5-3f3a704da40dcc424efcd8cf3a1ada9902a77989.tar.gz
krb5-3f3a704da40dcc424efcd8cf3a1ada9902a77989.tar.xz
krb5-3f3a704da40dcc424efcd8cf3a1ada9902a77989.zip
* pty-int.h: Provide revoke() prototype if system headers lacking
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13336 dc483132-0cff-0310-8789-dd5450dbe970
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>