From 855aafb32c5f59e8f52f4fe00c3f158f0b7eaad8 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 22 Feb 1997 08:04:53 +0000 Subject: [PATCH] * 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 --- src/util/pty/ChangeLog | 4 ++++ src/util/pty/pty-int.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + * pty-int.h: No longer prototype error table init function. + Thu Jan 16 18:47:12 1997 Tom Yu * 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__*/ -- 2.26.2