From owner-cvs-all Tue Jan 29 9:12:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C72B37B404; Tue, 29 Jan 2002 09:12:10 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0THCAt22832; Tue, 29 Jan 2002 09:12:10 -0800 (PST) (envelope-from alfred) Message-Id: <200201291712.g0THCAt22832@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 29 Jan 2002 09:12:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/01/29 09:12:10 PST Modified files: sys/kern kern_descrip.c Log: Backout 1.120, EINVAL isn't a proper error return when the passed fd is negative, the 'pointer' referred to by the manpage is actually the struct file's f_offset field. Pointed out by: bde Revision Changes Path 1.121 +1 -1 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message