From owner-cvs-all Wed Jun 28 12:18:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A8737B602; Wed, 28 Jun 2000 12:18:25 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA04217; Wed, 28 Jun 2000 12:18:25 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200006281918.MAA04217@freefall.freebsd.org> From: Chris Costello Date: Wed, 28 Jun 2000 12:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/06/28 12:18:25 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c Log: fdesc_getattr: Don't fake any file types, just set vap->va_type to IFTOVT(stb.st_mode). If something does not report its mode, vap->va_type is set to VNON accordingly. Revision Changes Path 1.60 +3 -7 src/sys/miscfs/fdesc/fdesc_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message