diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/firmlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/firmlink.c b/trans/firmlink.c index e216146a..5101b1bb 100644 --- a/trans/firmlink.c +++ b/trans/firmlink.c @@ -164,7 +164,7 @@ getroot (struct trivfs_control *cntl, /* Called by trivfs_S_fsys_getroot before any other processing takes place; if the return value is EAGAIN, normal trivfs getroot processing continues, otherwise the rpc returns with that return value. */ -error_t (*trivfs_getroot_hook) () = getroot; +trivfs_getroot_hook_fun trivfs_getroot_hook = getroot; void trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st) |