1998-09-20  Ulrich Drepper  <drepper@cygnus.com>

	* login/Makefile (distribute): Remove pty-internal.h, add
	pty-private.h.
This commit is contained in:
Ulrich Drepper 1998-09-20 18:31:50 +00:00
parent 1391f5d3c8
commit b0fd6165c7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
1998-09-20 18:07 Ulrich Drepper <drepper@cygnus.com>
1998-09-20 Ulrich Drepper <drepper@cygnus.com>
* login/Makefile (distribute): Remove pty-internal.h, add
pty-private.h.
* stdlib/tst-strtol.c: Add more checks.
Patch by Zack Weinberg <zack@rabi.columbia.edu>.

View File

@ -38,7 +38,7 @@ extra-objs := $(utmpd-routines:=.o)
distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
pty-internal.h
pty-private.h
subdir-dirs = programs
vpath %.c programs