aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-29 22:56:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-29 22:56:22 +0000
commit7503605ecc29a2203d856ef71f4b84f27fa1093c (patch)
tree1d066b75cded43673d223bdb2aa8426b6099125c /ChangeLog
parentb0081e6c104679b374e7b7154c187fb48428c672 (diff)
downloadglibc-7503605ecc29a2203d856ef71f4b84f27fa1093c.tar
glibc-7503605ecc29a2203d856ef71f4b84f27fa1093c.tar.gz
glibc-7503605ecc29a2203d856ef71f4b84f27fa1093c.tar.bz2
glibc-7503605ecc29a2203d856ef71f4b84f27fa1093c.zip
Update.
* nss/getXXent_r.c: Correctly handle failing setXXent function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 979d531ca7..14b5008480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1998-03-29 Ulrich Drepper <drepper@cygnus.com>
+ * nss/getXXent_r.c: Correctly handle failing setXXent function.
+
* inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
Reported by Andreas Jaeger.