diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-06 21:01:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-06 21:01:54 +0000 |
| commit | 22694ebad57c49178f28bcc781d8ee9eb5868dd8 (patch) | |
| tree | ef3eba30b83841c253ee8676afea71ed9c896f0c /usr.bin/find | |
| parent | b45d09e830251ff82c05a1bdcd1349a94a2a5301 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index a1b9dd7414cf..93de47af83c5 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -59,7 +59,7 @@ printlong(name, accpath, sb) { char modep[15], *user_from_uid(), *group_from_gid(); - (void)printf("%6lu %4qd ", sb->st_ino, sb->st_blocks); + (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, |
