From 2f954871a4e32c3a26649e3223cd169367ece097 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Jan 1998 06:15:34 +0000 Subject: [PATCH] Update 1998-01-24 15:13 Ulrich Drepper * nss/db-Makefile: Handle empty and comment lines better. ($(VAR_DB)/services.db): Generate entries with missing protocol value. 1998-01-23 Andreas Jaeger * nss/nss_files/files-service.c (getservbyport): Allow proto == NULL. (getservbyname): Allow proto == NULL. Pointed out by David N. Welton . [PR libc/430]. * nis/nislib/nislib.h: Finally removed. --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b8c988004..0c805a97fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ +1998-01-24 15:13 Ulrich Drepper + + * nss/db-Makefile: Handle empty and comment lines better. + ($(VAR_DB)/services.db): Generate entries with missing protocol + value. + +1998-01-23 Andreas Jaeger + + * nss/nss_files/files-service.c (getservbyport): Allow proto == + NULL. + (getservbyname): Allow proto == NULL. + Pointed out by David N. Welton . + [PR libc/430]. + 1998-01-24 11:34 Ulrich Drepper - * 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.