diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-06-17 11:43:02 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-06-17 11:43:02 +0300 |
commit | bd31664497f1ba27a66f49e128ab4747484820c9 (patch) | |
tree | 71f83a34c3eb94c7cfdc24cc78dc4d6a445136af /ChangeLog | |
parent | ff118953074c664037fa619069aa0ec58119c9ca (diff) | |
download | bindfs-bd31664497f1ba27a66f49e128ab4747484820c9.tar.gz |
Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 for some source filesystems.
Fixes #54
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-06-17 Martin Pärtel <martin dot partel at gmail dot com> + + * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 + for some source filesystems (issue #54). + 2017-04-19 Martin Pärtel <martin dot partel at gmail dot com> * Added --block-devices-as-files (issue #53). |