diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-19 09:51:05 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-19 09:51:05 +0000 |
commit | 6c9914d8e172bb9627fb1702f854d9191ef4c29c (patch) | |
tree | e183b48cef7f065192df1d054d253264df308e67 | |
parent | 23bab906b8b67c54fd2ab47f57a2a38c7d967cc8 (diff) | |
download | glibc-6c9914d8e172bb9627fb1702f854d9191ef4c29c.zip glibc-6c9914d8e172bb9627fb1702f854d9191ef4c29c.tar.gz glibc-6c9914d8e172bb9627fb1702f854d9191ef4c29c.tar.bz2 |
Update.
2000-12-19 Andreas Jaeger <aj@suse.de>
* 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.
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2000-12-19 Andreas Jaeger <aj@suse.de> + + * 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 <drepper@redhat.com> * math/test-misc.c: Add more tests for nextafter. |