diff options
Diffstat (limited to 'src/user/lib/compat.h')
-rw-r--r-- | src/user/lib/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/compat.h b/src/user/lib/compat.h index b678cf5..a7c6f1f 100644 --- a/src/user/lib/compat.h +++ b/src/user/lib/compat.h @@ -2,5 +2,5 @@ #include <camellia/types.h> /* c0 - fs_wait returning a handle */ -long c0_fs_wait(char *buf, long len, struct fs_wait_response *res); +long c0_fs_wait(char *buf, long len, struct ufs_request *res); long c0_fs_respond(void *buf, long ret, int flags); |