Userland test changes.

This commit is contained in:
Geoffrey Challen
2017-02-09 09:51:39 -05:00
parent 4c9b79877e
commit 9986e07810
12 changed files with 67 additions and 19 deletions

View File

@@ -177,7 +177,7 @@ print(const char *path)
typech = '?';
}
printf("%crwx------ %2d root %-8llu",
printf("%crwx------ %2d root %-7llu ",
typech,
statbuf.st_nlink,
statbuf.st_size);