summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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__*/