about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-28 14:22:07 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-28 14:22:07 +0000
commit5005d3b3302adfe379c6f4404f79f204d7c52cdb (patch)
tree3f426c0a5dece375ada36fe2c21ef6eed8eaa505 /ChangeLog
parent366cff4d8f5c0e6dbfe06eaa1301aa955a848f45 (diff)
downloadglibc-5005d3b3302adfe379c6f4404f79f204d7c52cdb.tar.gz
glibc-5005d3b3302adfe379c6f4404f79f204d7c52cdb.tar.xz
glibc-5005d3b3302adfe379c6f4404f79f204d7c52cdb.zip
Update.
	* inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
	in hex conversion.
	* inet/ether_aton.c (ether_aton): Declare result variable static.
	Reported by ahyung@unixg.ubc.ca.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f0f4d3a7c..866fa203b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
 
+	* inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
+	in hex conversion.
+	* inet/ether_aton.c (ether_aton): Declare result variable static.
+	Reported by ahyung@unixg.ubc.ca.
+
 	* sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
 	Define macro _SEM_SEMUN_UNDEFINED instead.
 	Reported by Dirk Laessig <d.laessig@tu-bs.de>.