Xref: utzoo comp.sources.bugs:2929 comp.mail.mush:1208 Newsgroups: comp.sources.bugs,comp.mail.mush Path: utzoo!utgpu!watserv1!watmath!mks.com!andy From: andy@mks.com (Andy Toy) Subject: Re: mush, Patch03 - EWOULDBLOCK not defined for file.c Date: Sun, 26 May 91 07:16:08 GMT Message-ID: <1991May26.071608.14067@mks.com> Organization: Mortice Kern Systems, Waterloo, Ontario, CANADA References: <1991May23.150140.21774@sparky.IMD.Sterling.COM> 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