aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f296f0dc4d..46d724daaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1999-08-24 Ulrich Drepper <drepper@cygnus.com>
+ * login/pty-private.h: Move to...
+ * sysdeps/generic/pty-private.h: ...here.
+ * sysdeps/unix/sysv/linux/pty-private.h: New file. Linux specific
+ version.
+ * login/programs/pt_chown.c (do_pt_chown): Use unix98_pseudo_p is
+ available.
+
* libio/fileops.c (_IO_new_file_xsputn): Use _IO_OVERFLOW instead
of __overflow.