summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1997-02-22 08:04:53 +0000
committerSam Hartman <hartmans@mit.edu>1997-02-22 08:04:53 +0000
commit855aafb32c5f59e8f52f4fe00c3f158f0b7eaad8 (patch)
treef2f30df80b4d6c7fb196534ba0ad4309b619472d /src
parentd817b819998ec251b6d5bc3f4cd89e41a916e436 (diff)
downloadkrb5-855aafb32c5f59e8f52f4fe00c3f158f0b7eaad8.tar.gz
krb5-855aafb32c5f59e8f52f4fe00c3f158f0b7eaad8.tar.xz
krb5-855aafb32c5f59e8f52f4fe00c3f158f0b7eaad8.zip
* Make shared libs work on AIX
* Do not prototype error table init funciton; doesn't work any more git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9955 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/ChangeLog4
-rw-r--r--src/util/pty/pty-int.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index e6f2084ad..9d7aa87d8 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 21 18:25:47 1997 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * pty-int.h: No longer prototype error table init function.
+
Thu Jan 16 18:47:12 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in: Cause "clean" to dtrt.
diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h
index d4d225cfe..11fae97c2 100644
--- a/src/util/pty/pty-int.h
+++ b/src/util/pty/pty-int.h
@@ -99,7 +99,6 @@ void ptyint_vhangup(void);
long ptyint_void_association();
void ptyint_vhangup();
-void initialize_pty_error_table();
long ptyint_update_wtmp();
#endif /* __STDC__*/