summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f45ef42623..b51f6ba5c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-10-04 Ulrich Drepper <drepper@redhat.com>
+ * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
+ defined and __ASSUME_NETLINK_SUPPORT is zero.
+ * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
+ -DNEED_NETLINK.
+
* malloc/mtrace.pl: Avoid calling location unless it is needed for
output. Patch by Edward Bishop <binutils@gmail.com>.