From owner-cvs-sys Mon Apr 6 11:46:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06545 for cvs-sys-outgoing; Mon, 6 Apr 1998 11:46:04 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06456; Mon, 6 Apr 1998 11:45:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02984; Mon, 6 Apr 1998 11:43:29 -0700 (PDT) Date: Mon, 6 Apr 1998 11:43:29 -0700 (PDT) Message-Id: <199804061843.LAA02984@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/04/06 11:43:29 PDT Modified files: sys/kern vfs_vnops.c Log: Use a different errno (ELOOP (as sef mentioned) since the text that goes with the error sounds ok for the condition) if O_NOFOLLOW gets a link. Revision Changes Path 1.53 +6 -2 src/sys/kern/vfs_vnops.c