Add missing HAVE_SENDFILE definition
authorUlrich Drepper <drepper@gmail.com>
Mon, 27 Jun 2011 16:29:04 +0000 (12:29 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 27 Jun 2011 16:29:04 +0000 (12:29 -0400)
ChangeLog
sysdeps/unix/sysv/linux/Makefile

index d12f3fb..87c90c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
 
+       * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
+
        * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
        value type for setfct.
 
index ebb3f5d..f626a22 100644 (file)
@@ -167,5 +167,6 @@ CFLAGS-grpcache.c += -DHAVE_SENDFILE
 CFLAGS-hstcache.c += -DHAVE_SENDFILE
 CFLAGS-aicache.c += -DHAVE_SENDFILE
 CFLAGS-initgrcache.c += -DHAVE_SENDFILE
+CFLAGS-servicescache.c += -DHAVE_SENDFILE
 CFLAGS-gai.c += -DNEED_NETLINK
 endif