aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-02-20 15:59:08 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2013-02-20 15:59:08 +0100
commit29e1d592d014f7ccb001d62d1c818df54095c46f (patch)
tree5325f31ddd16a7977da0d84b667b17557ae64822 /ChangeLog
parentc52c3256a5b0a586ab0c529ef76505143523780a (diff)
downloadlibfuse-29e1d592d014f7ccb001d62d1c818df54095c46f.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0094c3e..508ae46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-20 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: change the type of fuse_ino_t from 'unsigned long' to
+ 'uint64_t'
+
2013-02-19 Miklos Szeredi <miklos@szeredi.hu>
* fuse_daemonize(): chdir to "/" even if not running in the