From owner-cvs-lib Wed Jan 8 15:48:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA09504 for cvs-lib-outgoing; Wed, 8 Jan 1997 15:48:08 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA09493; Wed, 8 Jan 1997 15:48:05 -0800 (PST) Date: Wed, 8 Jan 1997 15:48:05 -0800 (PST) From: John Polstra Message-Id: <199701082348.PAA09493@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys fcntl.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/08 15:48:04 Modified: lib/libc/sys fcntl.2 Log: The error returned when F_SETLK collides with an existing lock is EAGAIN, not EACCES. POSIX says that either one is OK. 2.2 candidate. Revision Changes Path 1.10 +3 -3 src/lib/libc/sys/fcntl.2