diff -r 8c6c459eacb7 -r 8b019d191353 src/dbfs/attr.c --- a/src/dbfs/attr.c Sat Nov 29 00:43:35 2008 +0200 +++ b/src/dbfs/attr.c Sat Nov 29 01:12:00 2008 +0200 @@ -9,7 +9,7 @@ // for building the setattr UPDATE #define FIELD(to_set, flag, field, value) ((to_set) & (flag)) ? (field " = " value ", ") : "" -void _dbfs_attr_res (const struct evsql_result_info *res, void *arg) { +void _dbfs_attr_res (struct evsql_result *res, void *arg) { struct fuse_req *req = arg; struct stat st; ZINIT(st); int err = 0;