From owner-cvs-sys Fri Jun 26 23:44:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23283 for cvs-sys-outgoing; Fri, 26 Jun 1998 23:44:23 -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 XAA23166; Fri, 26 Jun 1998 23:43:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14661; Fri, 26 Jun 1998 23:43:13 -0700 (PDT) Date: Fri, 26 Jun 1998 23:43:13 -0700 (PDT) Message-Id: <199806270643.XAA14661@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 phk 1998/06/26 23:43:12 PDT Modified files: sys/kern vfs_vnops.c Log: Report the mode as the result of the VOP_GETATTR rather than the vnodes type, they may not correspond. Revision Changes Path 1.59 +2 -2 src/sys/kern/vfs_vnops.c