From 24ed9451bdd3450954e900c77a767ed3bcb17e72 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 7 Oct 2002 10:24:26 +0000 Subject: statfs header cleanup --- lib/fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse.c') diff --git a/lib/fuse.c b/lib/fuse.c index 2ac7386..88768f3 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -800,7 +800,7 @@ static void do_statfs(struct fuse *f, struct fuse_in_header *in) res = -ENOSYS; if(f->op.statfs) - res = f->op.statfs(&arg.st); + res = f->op.statfs((struct fuse_statfs *) &arg.st); send_reply(f, in, res, &arg, sizeof(arg)); } -- cgit v1.2.3