* Make shared libs work on AIX
authorSam Hartman <hartmans@mit.edu>
Sat, 22 Feb 1997 08:04:53 +0000 (08:04 +0000)
committerSam Hartman <hartmans@mit.edu>
Sat, 22 Feb 1997 08:04:53 +0000 (08:04 +0000)
* 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

src/util/pty/ChangeLog
src/util/pty/pty-int.h

index e6f2084add332de5eee535d2bee11622ccbc5515..9d7aa87d8d907cbe34d7057b2033d1a4d8f1d840 100644 (file)
@@ -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.
index d4d225cfe86e12b2f444643ab1a5ce511c05e5ac..11fae97c28828333a5a7410cc6acd0ff350545f7 100644 (file)
@@ -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__*/