tools/e2fsprogs: fix build under macos
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Fri, 10 Apr 2020 10:37:26 +0000 (11:37 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Fri, 10 Apr 2020 10:52:00 +0000 (11:52 +0100)
commit1e3d3d2bd5da9d0c4069a4049358fa983dffa8bd
tree5b9140af2063196e44a6f58e5a1ccc229e9509fc
parent8b93a2420850a1bef4f5e72636604c3a7748a65d
tools/e2fsprogs: fix build under macos

macos doesn't define a loff_t type, the native off_t type being 64bit
anyway.

Persuade e2fsprogs to accept off_t instead on macos

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
tools/e2fsprogs/Makefile