diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 15:58:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 15:58:57 +0000 |
commit | 6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd (patch) | |
tree | 6a0b68195f781b29a6babfef19ff744f1829cfc5 /ChangeLog | |
parent | 5005d3b3302adfe379c6f4404f79f204d7c52cdb (diff) | |
download | glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.tar.gz glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.tar.xz glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.zip |
Update.
* inet/Makefile (tests): Add tst-ether_aton. * inet/tst-ether_aton.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 866fa203b6..991402c2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-04-28 Ulrich Drepper <drepper@cygnus.com> + * inet/Makefile (tests): Add tst-ether_aton. + * inet/tst-ether_aton.c: New file. + * 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. |