From owner-freebsd-bugs Thu Jul 29 16:38:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mpp.pro-ns.net (mpp.pro-ns.net [208.200.182.72]) by hub.freebsd.org (Postfix) with ESMTP id 5D0761566A for ; Thu, 29 Jul 1999 16:38:06 -0700 (PDT) (envelope-from mpp@mpp.pro-ns.net) Received: (from mpp@localhost) by mpp.pro-ns.net (8.9.3/8.9.3) id SAA01873; Thu, 29 Jul 1999 18:05:49 -0500 (CDT) (envelope-from mpp) From: Mike Pritchard Message-Id: <199907292305.SAA01873@mpp.pro-ns.net> Subject: Re: bin/12866: [PATCH] RFE for /bin/ls to add a -n option for showing uid/gid numerically In-Reply-To: <48179.933270067@axl.noc.iafrica.com> from Sheldon Hearn at "Jul 29, 1999 07:41:07 pm" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Thu, 29 Jul 1999 18:05:49 -0500 (CDT) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Alright, here's a patch for your perusal. It differs from yours in that: > > * Variables have been renamed. > * Your auxiliary buffers may need to hold as many as 10 digits > for uid_t and gid_t, which are currently unsigned 32-bit ints. > * You _must_ keep usage() in sync with your getopt() rules. > * I've added a diff for the manpage. If NetBSD or OpenBSD implement the -n option, we should probably just incorporate their program and man page changes instead of cooking up our own. Makes it easier to import changes from their trees at a later date. -Mike -- Mike Pritchard mpp@FreeBSD.ORG or mpp@mpp.pro-ns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message