Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/26/1998 20:53:04
Module Name:	src
Committed By:	simonb
Date:		Tue Oct 27 04:53:03 UTC 1998

Modified Files:
	src/usr.bin/find: ls.c
Log Message:
For -ls output, change field widths to allow inodes up to 9,999,999 and
file sizes up to 999,999,999 bytes (and 999,999 blocks) without wobbly
lines.  Also change device minor/major to be 3/5 digits (current maximum
is 4/7 digits - the 3/5 split is arbitary).