diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-18 10:45:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-18 10:45:06 +0000 |
commit | 88263bc9ac99b5c99659173239a5a6e1bef25df6 (patch) | |
tree | 5b239463694557ca4fd8bb76059f55a280029792 /login | |
parent | 872ea8540250d6b61e9a23d6f1209901d0ced875 (diff) | |
download | glibc-88263bc9ac99b5c99659173239a5a6e1bef25df6.tar.gz |
Update.
1998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* login/openpty.c: Include pty-private.h instead of
pty-internal.h.
Diffstat (limited to 'login')
-rw-r--r-- | login/openpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |