From 6c9914d8e172bb9627fb1702f854d9191ef4c29c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 19 Dec 2000 09:51:05 +0000 Subject: [PATCH] Update. 2000-12-19 Andreas Jaeger * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New. * nis/nis_intern.h: Add prototype for __do_niscall3. * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to match prototype. * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat. * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New. * include/aliases.h (DECLARE_NSS_PROTOTYPES): New. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5de469d14..b14def6919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2000-12-19 Andreas Jaeger + + * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New. + + * nis/nis_intern.h: Add prototype for __do_niscall3. + + * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to + match prototype. + + * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat. + + * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New. + + * include/aliases.h (DECLARE_NSS_PROTOTYPES): New. + 2000-12-18 Ulrich Drepper * math/test-misc.c: Add more tests for nextafter.