aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-18 10:42:51 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-18 10:42:51 +0000
commit6675b19146f30d626c5adf4c59e0626a2dc2afd0 (patch)
treebc472f018cc789c4fff52a51c62e428b4f0eba19 /ChangeLog
parent039c1b75276118560dae730b033261a1ae8df7fa (diff)
downloadglibc-6675b19146f30d626c5adf4c59e0626a2dc2afd0.zip
glibc-6675b19146f30d626c5adf4c59e0626a2dc2afd0.tar.gz
glibc-6675b19146f30d626c5adf4c59e0626a2dc2afd0.tar.bz2
Update.
* nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of _nss_nis_sethostent. Work around the different prototypes. * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of _nss_nis_setgrent. Work around the different prototypes. * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New function. Split out from _nss_nis_endetherent. (internal_nis_setetherent): Use internal_nis_endetherent instead of duplicating the code. * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias of _nss_nis_setaliasent. * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse internal_nis_endservent code, don't duplicate it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2048932..86ae489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2003-01-18 Ulrich Drepper <drepper@redhat.com>
+ * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
+ _nss_nis_sethostent. Work around the different prototypes.
+ * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
+ _nss_nis_setgrent. Work around the different prototypes.
+ * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
+ function. Split out from _nss_nis_endetherent.
+ (internal_nis_setetherent): Use internal_nis_endetherent instead of
+ duplicating the code.
+ * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
+ of _nss_nis_setaliasent.
+ * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
+ internal_nis_endservent code, don't duplicate it.
+
* inet/rexec.c (rexec_af): Protect socket operations with
TEMP_FAILURE_RETRY. Use writev instead of multiple write.
* inet/rcmd.c (rcmd_af): Likewise.