Use off_t instead of loff_t
authorCismonX <admin@cismon.net>
Thu, 20 Jun 2024 20:40:51 +0000 (04:40 +0800)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 25 Jun 2024 05:16:49 +0000 (07:16 +0200)
commit09e6583b54b7cd126869d41908e28cd0e8f44e45
tree056b46209fe9e544ed1587763da9ab572cbd37b0
parent285465fbdb5a185eeb6bd7dc077356056c61e39f
Use off_t instead of loff_t

Since we're already enforcing 64-bit off_t, using loff_t
makes no difference.

Also loff_t is Linux-only, which breaks compatibility for *BSD.
test/test_write_cache.c