aboutsummaryrefslogtreecommitdiffstats
path: root/example/hello.c
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-01-07 16:32:02 +0000
committerMark Glines <mark@glines.org>2002-01-07 16:32:02 +0000
commitd84b39ac42882a2cc2e7f85ed5f02ada03744d9e (patch)
tree2af8738e204bdd4f3057fbaf0946ab56447068ff /example/hello.c
parent6ebe234cc8160d7540add80a75cc7772e08236f5 (diff)
downloadlibfuse-d84b39ac42882a2cc2e7f85ed5f02ada03744d9e.tar.gz
Added statfs support to kernel, lib, examples, and perl
other minor perl fixes (still unstable)
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hello.c b/example/hello.c
index e0010cd..ccd4b5f 100644
--- a/example/hello.c
+++ b/example/hello.c
@@ -84,6 +84,7 @@ static struct fuse_operations hello_oper = {
open: hello_open,
read: hello_read,
write: NULL,
+ statfs: NULL,
};
int main(int argc, char *argv[])