ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.95 by root, Tue Jul 19 04:56:43 2011 UTC vs.
Revision 1.96 by root, Tue Jul 19 05:20:36 2011 UTC

164 164
165 #include <sys/time.h> 165 #include <sys/time.h>
166 #include <sys/select.h> 166 #include <sys/select.h>
167 #include <sys/statvfs.h> 167 #include <sys/statvfs.h>
168 #include <unistd.h> 168 #include <unistd.h>
169 #include <utime.h>
170 #include <signal.h> 169 #include <signal.h>
171 #include <dirent.h> 170 #include <dirent.h>
172 171
173 #if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES 172 #if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES
174 #include <sys/mman.h> 173 #include <sys/mman.h>
196 195
197 #ifndef EIO_STRUCT_DIRENT 196 #ifndef EIO_STRUCT_DIRENT
198 #define EIO_STRUCT_DIRENT struct dirent 197 #define EIO_STRUCT_DIRENT struct dirent
199 #endif 198 #endif
200 199
200#endif
201
202#if HAVE_UTIMES
203# include <utime.h>
201#endif 204#endif
202 205
203#if HAVE_SENDFILE 206#if HAVE_SENDFILE
204# if __linux 207# if __linux
205# include <sys/sendfile.h> 208# include <sys/sendfile.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines