Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Sep 1998 10:45:06 +0000 (10:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Sep 1998 10:45:06 +0000 (10:45 +0000)
1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* login/openpty.c: Include pty-private.h instead of
pty-internal.h.

ChangeLog
login/openpty.c

index 988cf8d..bf6554d 100644 (file)
--- 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.
index 8c84384..396ca09 100644 (file)
@@ -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)