diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-21 17:24:40 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-21 17:24:40 +0000 |
commit | cc657ce5831efdfc208a1842c7e61c3685a256d0 (patch) | |
tree | b71166d30388d77e291524a98aa6a1014599018f | |
parent | 6b083d46e4f8de4d50daa6e12a1692bc744e2b9a (diff) | |
download | glibc-cc657ce5831efdfc208a1842c7e61c3685a256d0.tar glibc-cc657ce5831efdfc208a1842c7e61c3685a256d0.tar.gz glibc-cc657ce5831efdfc208a1842c7e61c3685a256d0.tar.bz2 glibc-cc657ce5831efdfc208a1842c7e61c3685a256d0.zip |
Update.
2000-12-21 Andreas Jaeger <aj@suse.de>
* nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed.
* inet/ether_hton.c: Likewise
* inet/ether_ntoh.c: Likewise.
* nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix
declaration to match prototype.
* include/netinet/ether.h (struct etherent): Declare here so that
all implementations use the same struct.
* nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get
prototypes.
(struct ether): Removed.
Use struct etherent instead of ether everywhere.
* include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New.
* include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New.
* sunrpc/publickey.c: Include auth_des.h for prototypes.
* test-skeleton.c: Use temp_name_list instead of name_list to
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +2000-12-21 Andreas Jaeger <aj@suse.de> + + * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed. + * inet/ether_hton.c: Likewise + * inet/ether_ntoh.c: Likewise. + + * nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix + declaration to match prototype. + + * include/netinet/ether.h (struct etherent): Declare here so that + all implementations use the same struct. + + * nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get + prototypes. + (struct ether): Removed. + Use struct etherent instead of ether everywhere. + + * include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New. + + * include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New. + + * sunrpc/publickey.c: Include auth_des.h for prototypes. + 2000-12-20 Ulrich Drepper <drepper@redhat.com> * math/test-misc.c: Add more tests for nextafter functions. @@ -41,7 +64,7 @@ 2000-12-18 Andreas Jaeger <aj@suse.de> - * test-skeleton.c: Use temp_name_list instead of temp_name_list to + * test-skeleton.c: Use temp_name_list instead of name_list to avoid collision with name_list from inet/netgroup.h. * nss/nss_files/files-network.c (NEED_H_ERRNO): Define. |