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

Comparing libeio/eio.c (file contents):
Revision 1.3 by root, Sun May 11 00:06:25 2008 UTC vs.
Revision 1.4 by root, Sun May 11 00:10:15 2008 UTC

9#include <sys/types.h> 9#include <sys/types.h>
10#include <sys/stat.h> 10#include <sys/stat.h>
11#include <limits.h> 11#include <limits.h>
12#include <fcntl.h> 12#include <fcntl.h>
13#include <sched.h> 13#include <sched.h>
14#include <dirent.h>
15 14
16#ifndef EIO_FINISH 15#ifndef EIO_FINISH
17# define EIO_FINISH(req) ((req)->finish) && !EIO_CANCELLED (req) ? (req)->finish (req) : 0 16# define EIO_FINISH(req) ((req)->finish) && !EIO_CANCELLED (req) ? (req)->finish (req) : 0
18#endif 17#endif
19 18
35# include <sys/time.h> 34# include <sys/time.h>
36# include <sys/select.h> 35# include <sys/select.h>
37# include <unistd.h> 36# include <unistd.h>
38# include <utime.h> 37# include <utime.h>
39# include <signal.h> 38# include <signal.h>
39# include <dirent.h>
40 40
41# ifndef EIO_STRUCT_DIRENT 41# ifndef EIO_STRUCT_DIRENT
42# define EIO_STRUCT_DIRENT struct dirent 42# define EIO_STRUCT_DIRENT struct dirent
43# endif 43# endif
44 44

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines