From owner-cvs-bin Fri Dec 13 22:36:43 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA13958 for cvs-bin-outgoing; Fri, 13 Dec 1996 22:36:43 -0800 (PST) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [204.214.4.2]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA13952; Fri, 13 Dec 1996 22:36:41 -0800 (PST) Received: from bonsai.hiwaay.net by fly.HiWAAY.net; (8.8.4/1.1.8.2/21Sep95-1003PM) id AAA10062; Sat, 14 Dec 1996 00:36:38 -0600 (CST) Message-ID: <32B24AD6.41C67EA6@hiwaay.net> Date: Sat, 14 Dec 1996 00:36:06 -0600 From: Steve Price X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org Subject: cleanup of src/bin/* References: <199612140620.WAA13466@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, src/bin/* is now all up to Lite2 level with the exception of csh which I am working on right now. Something worth mentioning is that ls and rm both rely on the kernel having an undelete(2) call which is not yet implemented in -current's kernel. I wrapped the code in #ifdef...#endif pairs so that they would still build. It should be easy enough to remove the conditionals when this feature is implemented. Regards, Steve