diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-24 06:15:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-24 06:15:34 +0000 |
commit | 2f954871a4e32c3a26649e3223cd169367ece097 (patch) | |
tree | 488a5b534c976c572fc99183d9a0a8ea8082b625 /ChangeLog | |
parent | 1dfee75f84b1c2b78e0cdafe79e5269b857d527f (diff) | |
download | glibc-2f954871a4e32c3a26649e3223cd169367ece097.zip glibc-2f954871a4e32c3a26649e3223cd169367ece097.tar.gz glibc-2f954871a4e32c3a26649e3223cd169367ece097.tar.bz2 |
Update
1998-01-24 15:13 Ulrich Drepper <drepper@happy.cygnus.com>
* nss/db-Makefile: Handle empty and comment lines better.
($(VAR_DB)/services.db): Generate entries with missing protocol
value.
1998-01-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* nss/nss_files/files-service.c (getservbyport): Allow proto ==
NULL.
(getservbyname): Allow proto == NULL.
Pointed out by David N. Welton <davidw@gate.cks.com>.
[PR libc/430].
* nis/nislib/nislib.h: Finally removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,6 +1,20 @@ +1998-01-24 15:13 Ulrich Drepper <drepper@happy.cygnus.com> + + * nss/db-Makefile: Handle empty and comment lines better. + ($(VAR_DB)/services.db): Generate entries with missing protocol + value. + +1998-01-23 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * nss/nss_files/files-service.c (getservbyport): Allow proto == + NULL. + (getservbyname): Allow proto == NULL. + Pointed out by David N. Welton <davidw@gate.cks.com>. + [PR libc/430]. + 1998-01-24 11:34 Ulrich Drepper <drepper@happy.cygnus.com> - * nis/nislib/nislib.h: Removed. + * nis/nislib/nislib.h: Finally removed. * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's C compiler. From Kaveh Ghazi. |