From ab6d614868f9c893373793ff3a307577e626761f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 01:55:27 +0000 Subject: (trivfs_S_io_get_async_icky): cred arg in pty_io_get_async_icky. --- term/users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term/users.c') 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))) -- cgit v1.2.3