From: Ulrich Drepper Date: Mon, 27 Jun 2011 16:29:04 +0000 (-0400) Subject: Add missing HAVE_SENDFILE definition X-Git-Tag: glibc-2.15~506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4902da17c8a413ed289528c08a6706d5cdb018dc;p=thirdparty%2Fglibc.git Add missing HAVE_SENDFILE definition --- diff --git a/ChangeLog b/ChangeLog index d12f3fbaaa3..87c90c3b9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-06-27 Ulrich Drepper + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define. + * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return value type for setfct. diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index ebb3f5d8526..f626a225799 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -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