From owner-cvs-src@FreeBSD.ORG Fri Apr 30 21:39:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410AF16A4CE; Fri, 30 Apr 2004 21:39:06 -0700 (PDT) Received: from VARK.homeunix.com (adsl-68-121-163-250.dsl.pltn13.pacbell.net [68.121.163.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A7C43D2D; Fri, 30 Apr 2004 21:39:05 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i414cqnx065604; Fri, 30 Apr 2004 21:38:52 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.10/8.12.10/Submit) id i414cqNj065603; Fri, 30 Apr 2004 21:38:52 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 30 Apr 2004 21:38:52 -0700 From: David Schultz To: "Matthew N. Dodd" Message-ID: <20040501043852.GA65585@VARK.homeunix.com> Mail-Followup-To: "Matthew N. Dodd" , =?us-ascii:iso-8859-1?B?ODg1OS0xP1E/U209RjhyZ3Jhdj89?=" , Tim Kientzle , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200404301817.i3UIHprY005219@repoman.freebsd.org> <20040501024615.GC65015@VARK.homeunix.com> <20040430235352.G43252@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430235352.G43252@sasami.jurai.net> cc: "Dag-Erling =?us-ascii:iso-8859-1?Q?=3D=3Fus-ascii=3Aiso-8859-1=3FQ=3FS?= =?us-ascii:iso-8859-1?B?bT1GOHJncmF2Pz0=?=" cc: Tim Kientzle cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/du du.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 04:39:06 -0000 On Fri, Apr 30, 2004, Matthew N. Dodd wrote: > On Fri, 30 Apr 2004, David Schultz wrote: > > ...especially if we had a good red-black tree implementation in a > > library (hint, hint). > > Like the one in sys/sys/tree.h? Sweeeeeeet!