mirror of git://sourceware.org/git/glibc.git
Update.
1998-09-20 Ulrich Drepper <drepper@cygnus.com> * login/Makefile (distribute): Remove pty-internal.h, add pty-private.h.
This commit is contained in:
parent
1391f5d3c8
commit
b0fd6165c7
|
@ -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.
|
* stdlib/tst-strtol.c: Add more checks.
|
||||||
Patch by Zack Weinberg <zack@rabi.columbia.edu>.
|
Patch by Zack Weinberg <zack@rabi.columbia.edu>.
|
||||||
|
|
|
@ -38,7 +38,7 @@ extra-objs := $(utmpd-routines:=.o)
|
||||||
|
|
||||||
distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
|
distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
|
||||||
programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
|
programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
|
||||||
pty-internal.h
|
pty-private.h
|
||||||
|
|
||||||
subdir-dirs = programs
|
subdir-dirs = programs
|
||||||
vpath %.c programs
|
vpath %.c programs
|
||||||
|
|
Loading…
Reference in New Issue