mush, Patch03 - EWOULDBLOCK not defined for file.c

Andy Toy andy at mks.com
Sun May 26 17:16:08 AEST 1991


For SYSV, EWOULDBLOCK is not defined in file.c so I added the
following from lock.c to file.c :

#ifdef SYSV
#ifdef EWOULDBLOCK
#undef EWOULDBLOCK
#endif /* EWOULDBLOCK */
#define EWOULDBLOCK	EAGAIN
#endif /* SYSV */
-- 
Andy Toy, Department of Computing Services, Extension 31, second floor annex



More information about the Comp.sources.bugs mailing list