Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: errno question Message-ID: <704@auspex.UUCP> Date: 14 Dec 88 02:09:22 GMT References: <827@quintus.UUCP> <415@marob.MASA.COM> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 8 >EDEADLK specifies a kernel deadlock condition; EDEADLOCK specifies >a file locking deadlock. Err, umm, the only place I could find EDEADLK used in the S5R3 or S5R3.1 kernel is in the file-locking code, where it's used to indicate - surprise! - a file locking deadlock, and I couldn't find *any* uses of EDEADLOCK. Unless there's some obscure POSIX-related stuff here, I think some code-slinger just got confused....