From f3ea83bac4cc55033a1db39a109bbf70b87f0578 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 7 Nov 2001 14:55:16 +0000 Subject: build and install fixes --- include/linux/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/fuse.h') diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 22897d4..4f64336 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -111,7 +111,7 @@ struct fuse_setattr_in { }; struct fuse_setattr_out { - unsigned long long newsize; + struct fuse_attr attr; }; struct fuse_open_in { -- cgit v1.2.3