[comp.sources.bugs] mush, Patch03 - EWOULDBLOCK not defined for file.c

andy@mks.com (Andy Toy) (05/26/91)

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