This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add include/sys/sendfile.h


Hi,

current CVS does not build if no glibc headers are installed.
nscd now includes <sys/sendfile.h> and cannot find it:

2005-11-23  Thorsten Kukuk  <kukuk@suse.de>

	* includde/sys/sendfile.h: Include io/sys/sendfile.h

--- include/sys/sendfile.h
+++ include/sys/sendfile.h      2005/11/23 14:13:18
@@ -0,0 +1 @@
+#include <io/sys/sendfile.h>

-- 
Thorsten Kukuk         http://www.suse.de/~kukuk/      kukuk@suse.de
SUSE LINUX Products GmbH       Maxfeldstr. 5       D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]