acozzette / BUSE

A block device in user space for Linux
GNU General Public License v2.0
240 stars 47 forks source link

Use %llu and %lld macros for 64b ints. #38

Open pawelz opened 3 years ago

pawelz commented 3 years ago

This fixes build warnings on armv7l (a 32bit ARM).

Also tested on x86_64 – still works, and there are no new warnings.