From owner-cvs-all Wed Mar 14 10:27: 8 2001 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 E9A8337B719; Wed, 14 Mar 2001 10:27:04 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2EIR4942719; Wed, 14 Mar 2001 10:27:04 -0800 (PST) (envelope-from rwatson) Message-Id: <200103141827.f2EIR4942719@freefall.freebsd.org> From: Robert Watson Date: Wed, 14 Mar 2001 10:27:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/14 10:27:04 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: o In my merge, missed the one-line patch to ufs_vnops.c that removed the static prototype for ufs_readdir(). Note that ufs_readdir() was actually already non-static, the prototype was incorrect. Submitted by: jedgar Revision Changes Path 1.159 +1 -2 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message