diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 15:12:59 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 15:12:59 +0000 |
commit | 2c650415ef3e655dbe1c6d39b8fc65c3a6efe998 (patch) | |
tree | ffba2ff5dda02bce78885959dc8f691311f7c984 /ChangeLog | |
parent | b0b13d1e5499e20382ad74e202160d49e1792ee8 (diff) | |
download | libfuse-2c650415ef3e655dbe1c6d39b8fc65c3a6efe998.tar.gz |
build fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * Add ACCESS operation. This is called from the access() system call if 'default_permissions' mount option is not given + * Fix kernel module compile if kernel source and build directories + differ. Report and initial patch by John Eastman + 2005-10-18 Miklos Szeredi <miklos@szeredi.hu> * lib: optimize buffer reallocation in fill_dir. |