From: Ulrich Drepper Date: Fri, 18 Sep 1998 10:45:06 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_96~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88263bc9ac99b5c99659173239a5a6e1bef25df6;p=thirdparty%2Fglibc.git Update. 1998-09-18 Andreas Jaeger * login/openpty.c: Include pty-private.h instead of pty-internal.h. --- diff --git a/ChangeLog b/ChangeLog index 988cf8dc40f..bf6554dc644 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 8c843847f11..396ca09ca6b 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)