diff -urN coreutils-7.1-orig/src/ls.c coreutils-7.1/src/ls.c --- coreutils-7.1-orig/src/ls.c 2009-02-21 03:34:02 +0900 +++ coreutils-7.1/src/ls.c 2009-02-22 13:42:52 +0900 @@ -2565,14 +2565,14 @@ any_has_acl = false; inode_number_width = 0; block_size_width = 0; - nlink_width = 0; - owner_width = 0; - group_width = 0; + nlink_width = 3; + owner_width = 8; + group_width = 8; author_width = 0; scontext_width = 0; - major_device_number_width = 0; - minor_device_number_width = 0; - file_size_width = 0; + major_device_number_width = 3; + minor_device_number_width = 3; + file_size_width = 8; } /* Add a file to the current table of files.