Skip to content

Commit

Permalink
Add missing HAVE_SENDFILE definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jun 27, 2011
1 parent 5ce33a6 commit 4902da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4902da1

Please sign in to comment.