about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-09-09 20:23:35 +1000
committerAllan McRae <allan@archlinux.org>2013-09-09 20:25:01 +1000
commit83e43bf0b756065dc640680d90fa6f0b39425182 (patch)
tree670383f9ea3199990352522f30144ed9da82cb9d /ChangeLog
parent0c66b8e985649f89a84b26ba02740b23e1f4e091 (diff)
downloadglibc-83e43bf0b756065dc640680d90fa6f0b39425182.tar.gz
glibc-83e43bf0b756065dc640680d90fa6f0b39425182.tar.xz
glibc-83e43bf0b756065dc640680d90fa6f0b39425182.zip
Fix nesting of ifdefs in netgroupcache.c
Fixes unclosed '{' if HAVE_SENDFILE is defined (BZ #15895).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65c928754f..306dda7706 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-09  Allan McRae  <allan@archlinux.org>
+
+	[BZ #15895]
+	* nscd/netgroupcache.c: Fix nesting of ifdefs.
+
 2013-09-09  Will Newton  <will.newton@linaro.org>
 
 	* malloc/Makefile: Add tst-realloc to tests.