diff options
author | Csaba Henk <csaba@lowlife.hu> | 2016-12-16 14:47:24 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-12-23 18:14:22 -0800 |
commit | c005ff3288238e60be5526a9bade7186a40e2147 (patch) | |
tree | c0717ef9ddd5dd1eeefd11b6e2839eafabf39fe6 /example/.gitignore | |
parent | 0d3a165897a0bc58ecb750474abcbd653e739dcb (diff) | |
download | libfuse-c005ff3288238e60be5526a9bade7186a40e2147.tar.gz |
Revert "Dropped example/null.c"
This reverts commit d5cdbb94a0650b0a462682cf0a84463ff1513900.
null works completely fine, just the mountpoint should
be a regular file -- so there is no need to dismiss it.
Also:
- fixing up compiler warnings
- checking if the mountpoint is a regular file
Diffstat (limited to 'example/.gitignore')
-rw-r--r-- | example/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/.gitignore b/example/.gitignore index 6dd5004..c5d2cdb 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,5 +1,6 @@ /passthrough /passthrough_fh +/null /hello /hello_ll /ioctl |