1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* login/openpty.c: Include pty-private.h instead of
	pty-internal.h.
This commit is contained in:
Ulrich Drepper 1998-09-18 10:45:06 +00:00
parent 872ea85402
commit 88263bc9ac
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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)