diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2008-02-03 12:07:56 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2008-02-03 12:07:56 +0000 |
commit | de094131902a0cda6cdb6483a0fc1beb8596ba4b (patch) | |
tree | 42e6bc314d29ed55bcc5a21ab9a41d74318a7c0f /ChangeLog | |
parent | 93bbd7fda1dd9ee975bce092f7edf10da479662a (diff) | |
download | libfuse-de094131902a0cda6cdb6483a0fc1beb8596ba4b.tar.gz |
lib/mount_bsd.c: string formatting fixes, exit if mounting has failed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-02-03 Csaba Henk <csaba.henk@creo.hu> + + * lib/mount_bsd.c: + - string formatting fixes + - exit if mounting has failed + (in FreeBSD a mount failure is not critical per se, as the daemon + still could be mounted externally, but waiting for such an event + is more confusing than fruitful) + 2008-01-07 Csaba Henk <csaba.henk@creo.hu> * lib/mount_bsd.c: |