From owner-freebsd-hackers Thu Oct 5 15: 9:55 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 38EAE37B503 for ; Thu, 5 Oct 2000 15:09:53 -0700 (PDT) Received: from holly.calldei.com ([208.191.149.190]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G1Z00MI28XV3T@mta4.rcsntx.swbell.net> for hackers@FreeBSD.ORG; Thu, 5 Oct 2000 16:56:19 -0500 (CDT) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id QAA28899; Thu, 05 Oct 2000 16:57:50 -0500 (CDT envelope-from chris) Date: Thu, 05 Oct 2000 16:57:50 -0500 From: Chris Costello Subject: Re: "find /proc" In-reply-to: <20001005215918.A24987@firedrake.org> To: void Cc: hackers@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <20001005165749.D26550@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <20001005215918.A24987@firedrake.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, October 05, 2000, void wrote: > Why does find(1) operate non-recursively in /proc? Because the procfs_readdir() code does not report directories as the correct type (DT_REG as opposed to the proper DT_DIR). -- |Chris Costello |TRAPEZOID - A device for catching zoids. `---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message