diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:55:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:55:27 +0000 |
commit | ab6d614868f9c893373793ff3a307577e626761f (patch) | |
tree | a8e24903eb70217c48f59cec1c3e9efc32de03fd /term/users.c | |
parent | fdc14432d877097022606838688fe163e518f111 (diff) |
(trivfs_S_io_get_async_icky): cred arg in pty_io_get_async_icky.
Diffstat (limited to 'term/users.c')
-rw-r--r-- | term/users.c | 2 |
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))) |