diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 2c5fda96a..166473d4d 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -754,12 +754,7 @@ static struct dnode *my_stat(const char *fullname, const char *name, int force_f | |||
754 | cur->dn_ctime = statbuf.st_ctime ; | 754 | cur->dn_ctime = statbuf.st_ctime ; |
755 | #endif | 755 | #endif |
756 | cur->dn_ino = statbuf.st_ino ; | 756 | cur->dn_ino = statbuf.st_ino ; |
757 | #if !ENABLE_PLATFORM_MINGW32 | ||
758 | cur->dn_blocks = statbuf.st_blocks; | 757 | cur->dn_blocks = statbuf.st_blocks; |
759 | #else | ||
760 | /* MinGW does not have st_blocks */ | ||
761 | cur->dn_blocks = 0; | ||
762 | #endif | ||
763 | cur->dn_nlink = statbuf.st_nlink ; | 758 | cur->dn_nlink = statbuf.st_nlink ; |
764 | cur->dn_uid = statbuf.st_uid ; | 759 | cur->dn_uid = statbuf.st_uid ; |
765 | cur->dn_gid = statbuf.st_gid ; | 760 | cur->dn_gid = statbuf.st_gid ; |