From owner-cvs-all Wed Jan 5 11:31:31 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 DC64714D9F; Wed, 5 Jan 2000 11:31:28 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25065; Wed, 5 Jan 2000 11:31:28 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001051931.LAA25065@freefall.freebsd.org> From: Bruce Evans Date: Wed, 5 Jan 2000 11:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/05 11:31:27 PST Modified files: sys/gnu/ext2fs ext2_lookup.c Log: Support filesystems with the not-so-new "filetype" feature. This feature gives the d_type field for struct dirent. We used to panic in ext2_readdir() for filesystems with this feature. Revision Changes Path 1.20 +95 -66 src/sys/gnu/ext2fs/ext2_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message