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

Comparing libeio/eio.h (file contents):
Revision 1.37 by root, Thu Jul 7 22:36:18 2011 UTC vs.
Revision 1.38 by root, Thu Jul 14 19:19:22 2011 UTC

56#ifndef EIO_REQ_MEMBERS 56#ifndef EIO_REQ_MEMBERS
57# define EIO_REQ_MEMBERS 57# define EIO_REQ_MEMBERS
58#endif 58#endif
59 59
60#ifndef EIO_STRUCT_STAT 60#ifndef EIO_STRUCT_STAT
61# ifdef _WIN32
62# define EIO_STRUCT_STAT struct _stati64
63# define EIO_STRUCT_STATI64
64# else
61# define EIO_STRUCT_STAT struct stat 65# define EIO_STRUCT_STAT struct stat
66# endif
62#endif 67#endif
63 68
64#ifndef EIO_STRUCT_STATVFS 69#ifndef EIO_STRUCT_STATVFS
65# define EIO_STRUCT_STATVFS struct statvfs 70# define EIO_STRUCT_STATVFS struct statvfs
66#endif 71#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines