From d84b39ac42882a2cc2e7f85ed5f02ada03744d9e Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Mon, 7 Jan 2002 16:32:02 +0000 Subject: Added statfs support to kernel, lib, examples, and perl other minor perl fixes (still unstable) --- example/hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/hello.c') 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[]) -- cgit v1.2.3