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

Comparing libeio/eio.c (file contents):
Revision 1.48 by root, Sat Jan 2 14:11:32 2010 UTC vs.
Revision 1.49 by root, Sat Jan 2 14:24:32 2010 UTC

970 errno = ENOSYS; 970 errno = ENOSYS;
971#endif 971#endif
972 972
973 if (res < 0 973 if (res < 0
974 && (errno == ENOSYS || errno == EINVAL || errno == ENOTSOCK 974 && (errno == ENOSYS || errno == EINVAL || errno == ENOTSOCK
975 /* BSDs */
976#ifdef ENOTSUP /* sigh, if the steenking pile called openbsd would only try to at least compile posix code... */
977 || errno == ENOTSUP
978#endif
975 || errno == ENOTSUP || errno == EOPNOTSUPP /* BSDs */ 979 || errno == EOPNOTSUPP /* BSDs */
976#if __solaris 980#if __solaris
977 || errno == EAFNOSUPPORT || errno == EPROTOTYPE 981 || errno == EAFNOSUPPORT || errno == EPROTOTYPE
978#endif 982#endif
979 ) 983 )
980 ) 984 )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines