From 88263bc9ac99b5c99659173239a5a6e1bef25df6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Sep 1998 10:45:06 +0000 Subject: Update. 1998-09-18 Andreas Jaeger * login/openpty.c: Include pty-private.h instead of pty-internal.h. --- ChangeLog | 5 +++++ login/openpty.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 988cf8dc40..bf6554dc64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-09-18 Andreas Jaeger + + * login/openpty.c: Include pty-private.h instead of + pty-internal.h. + 1998-09-09 Philip Blundell * 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 #include -#include "pty-internal.h" +#include "pty-private.h" int openpty (pmast, pslave, pname, tio, wins) -- cgit v1.2.3