diff options
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r-- | libnetfs/fsstubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index b260f5da..dffdad16 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -32,7 +32,7 @@ netfs_S_file_notice_changes (struct protid *user, error_t __attribute__((weak)) netfs_S_file_getfh (struct protid *user, - char **data, mach_msg_type_number_t *ndata) + data_t *data, mach_msg_type_number_t *ndata) { return EOPNOTSUPP; } |