Whamcloud - gitweb
Use ext2_loff_t instead of loff_t
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Mar 2020 03:30:14 +0000 (23:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Mar 2020 01:21:00 +0000 (21:21 -0400)
commit1df6a455505b483bd493acb97be9c4c719064700
tree72b96d5cdbe8784270b65a2814788e04d716ae8e
parent29d22c467547f11f4db31331549ee4e304eeb220
Use ext2_loff_t instead of loff_t

The loff_t type is a glibc'ism and is not fully portable.  Use
ext2_loff_t instead.

Fixes: 382ed4a1c2b6 ("e2fsck: use proper types for variables")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: Matthias Andree <matthias.andree@gmx.de>
lib/ext2fs/imager.c
misc/e2fuzz.c