summaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c
index 1c19664a..749ba294 100644
--- a/term/users.c
+++ b/term/users.c
@@ -1632,7 +1632,7 @@ trivfs_S_io_get_async_icky (struct trivfs_protid *cred,
return EOPNOTSUPP;
if (cred->pi.class == pty_class)
- return pty_io_get_async_icky (id, idtype);
+ return pty_io_get_async_icky (cred, id, idtype);
mutex_lock (&global_lock);
if (!(cred->po->openmodes & (O_READ|O_WRITE)))