From 29e1d592d014f7ccb001d62d1c818df54095c46f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 20 Feb 2013 15:59:08 +0100 Subject: libfuse: 64bit fuse_ino_t Change the type of fuse_ino_t from 'unsigned long' to 'uint64_t'. This only changes the size on 32bit architectures. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0094c3e..508ae46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-20 Miklos Szeredi + + * libfuse: change the type of fuse_ino_t from 'unsigned long' to + 'uint64_t' + 2013-02-19 Miklos Szeredi * fuse_daemonize(): chdir to "/" even if not running in the -- cgit v1.2.3