Path: utzoo!utgpu!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: errno question Message-ID: <725@auspex.UUCP> Date: 15 Dec 88 20:49:04 GMT References: <827@quintus.UUCP> <415@marob.MASA.COM> <704@auspex.UUCP> <1448@sauron.Columbia.NCR.COM> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 13 >/* Convergent Error Returns */ >#define EDEADLOCK 56 /* file locking deadlock error */ Yup, that's in S5R3.1's too, with the same comment; I'd just done a quick "grep" and didn't see the "Convergent" stuff. >And the corresponding man page only talks about EDEADLK being related >to file locking. EDEADLOCK is not mentioned. I would guess that EDEADLOCK >is cruft left around from a Convergent port. I would agree. It's probably in AT&T's releases as a left-over from the days of the 7300/3B1, which was a Convergent box. I hope CTIX now uses EDEADLK; I would suspect they do.