Make disk-usage functions use off_t 37/194837/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 7 Dec 2018 10:02:06 +0000 (11:02 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 11 Dec 2018 13:28:49 +0000 (14:28 +0100)
commit61b7db69a6bee619857a8339fa9c9d4a28b67b9f
treed8b4ca16b8bcc4f9d234b90c8d499eab9ea65161
parent90533436899d8fb09cd880facb1fe6c61cba50bb
Make disk-usage functions use off_t

The off_t is the same type that stat(2) uses and it's widest type
that can actually hold information real disk usage.

Change-Id: Id4b5d1160bdecafb065cf6792274c255619817fc
src/crash-manager/crash-manager.c
src/shared/util.c
src/shared/util.h