Reduce the width of find -ls

--- /usr/src/usr.bin/find/ls.c	2001/05/06 09:53:22	1.5.6.2
+++ /usr/src/usr.bin/find/ls.c	2001/06/11 22:03:21
@@ -66,8 +66,8 @@
 
 	(void)printf("%6lu %4qd ", (u_long) sb->st_ino, sb->st_blocks);
 	(void)strmode(sb->st_mode, modep);
-	(void)printf("%s %3u %-*s %-*s ", modep, sb->st_nlink, UT_NAMESIZE,
-	    user_from_uid(sb->st_uid, 0), UT_NAMESIZE,
+	(void)printf("%s %3u %-8s %-8s ", modep, sb->st_nlink,
+	    user_from_uid(sb->st_uid, 0),
 	    group_from_gid(sb->st_gid, 0));
 
 	if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
