* utilvfs.c (vfs_parse_ls_lga): Use atoll()/atof() instead of atol()

for st_size to show file sizes > 2G.
* fish.c (fish_dir_load): Likewise.
* extfs.c (struct inode): Use off_t for size.
This commit is contained in:
Andrew V. Samoilov 2004-08-30 18:36:22 +00:00
parent bdd4ab2ae5
commit d16aa745e8
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2004-0?-?? Andrew V. Samoilov <sav@bcs.zp.ua>
* utilvfs.c (vfs_parse_ls_lga): Use atoll()/atof() instead of atol()
for st_size to show file sizes > 2G.
* fish.c (fish_dir_load): Likewise.
* extfs.c (struct inode): Use off_t for size.
Reported by Daradics Daniel <yotzo@freemail.hu>.
2004-08-29 Roland Illig <roland.illig@gmx.de>
* Code cleanup: Added const qualifier for variables and