diff options
Diffstat (limited to 'src/user/app/login/login.c')
-rw-r--r-- | src/user/app/login/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/login/login.c b/src/user/app/login/login.c index 70de5b3..15276d4 100644 --- a/src/user/app/login/login.c +++ b/src/user/app/login/login.c @@ -34,7 +34,7 @@ bool segcmp(const char *path, int idx, const char *s2) { } static void drv(const char *user) { - struct fs_wait_response res; + struct ufs_request res; char *buf = malloc(PATH_MAX); while (!c0_fs_wait(buf, PATH_MAX, &res)) { switch (res.op) { |