summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-14 21:30:52 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-14 21:30:52 +0000
commit1620084c4e2a88f1daa1be19d56afcaef604e75f (patch)
tree20946007d717171468fff589114210429cd53302 /ChangeLog
parent3fc044a1138a1afef86c4071b5fc15e940bed5b8 (diff)
downloadglibc-1620084c4e2a88f1daa1be19d56afcaef604e75f.tar.gz
glibc-1620084c4e2a88f1daa1be19d56afcaef604e75f.tar.xz
glibc-1620084c4e2a88f1daa1be19d56afcaef604e75f.zip
* nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent):
	Minor cleanups.  NUL terminate name string.

	* nis/Versions: No need to export _nss_nisplus_parse_grent,
	_nss_nisplus_parse_pwent, and _nss_nisplus_parse_spent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed560fc58d..792dd98760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-04-14  Ulrich Drepper  <drepper@redhat.com>
 
+	* nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent):
+	Minor cleanups.  NUL terminate name string.
+
+	* nis/Versions: No need to export _nss_nisplus_parse_grent,
+	_nss_nisplus_parse_pwent, and _nss_nisplus_parse_spent.
+
 	* nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_parse_aliasent):
 	Avoid unnecessary allocation.  Fix adjustment for pointer value.