about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-18 10:45:06 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-18 10:45:06 +0000
commit88263bc9ac99b5c99659173239a5a6e1bef25df6 (patch)
tree5b239463694557ca4fd8bb76059f55a280029792
parent872ea8540250d6b61e9a23d6f1209901d0ced875 (diff)
downloadglibc-88263bc9ac99b5c99659173239a5a6e1bef25df6.tar.gz
glibc-88263bc9ac99b5c99659173239a5a6e1bef25df6.tar.xz
glibc-88263bc9ac99b5c99659173239a5a6e1bef25df6.zip
Update.
1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* login/openpty.c: Include pty-private.h instead of
	pty-internal.h.
-rw-r--r--ChangeLog5
-rw-r--r--login/openpty.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 988cf8dc40..bf6554dc64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* login/openpty.c: Include pty-private.h instead of
+	pty-internal.h.
+
 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
 
 	* sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
diff --git a/login/openpty.c b/login/openpty.c
index 8c843847f1..396ca09ca6 100644
--- a/login/openpty.c
+++ b/login/openpty.c
@@ -25,7 +25,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 
-#include "pty-internal.h"
+#include "pty-private.h"
 
 int
 openpty (pmast, pslave, pname, tio, wins)