From owner-cvs-all Fri Apr 24 05:44:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27802 for cvs-all-outgoing; Fri, 24 Apr 1998 05:44:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27776; Fri, 24 Apr 1998 05:44:35 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA07816; Fri, 24 Apr 1998 05:43:27 -0700 (PDT) Date: Fri, 24 Apr 1998 05:43:27 -0700 (PDT) Message-Id: <199804241243.FAA07816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ls ls.1 ls.c util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/04/24 05:43:27 PDT Modified files: bin/ls ls.1 ls.c util.c Log: o Removed two unused variables (f_dirname and f_newline) in ls.c o Added the -H and -P options for treatment of symbolic links. o Removed the #ifdef BSD4_4_LITE, since it does not seem to do anything useful o Fixed up prn_octal() so its output looks more like that of AT&T Unices when -b is given. The next two lines apply only to the first two changes above: PR: bin/6140 Submitted by: Max Euston Revision Changes Path 1.19 +43 -7 src/bin/ls/ls.1 1.20 +10 -4 src/bin/ls/ls.c 1.14 +5 -16 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message