From fdc14432d877097022606838688fe163e518f111 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 01:54:02 +0000 Subject: (trivfs_S_io_get_owner): No cred arg in pty_io_mod_owner. (trivfs_S_io_mod_owner): No cred arg in pty_io_get_owner. --- term/users.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/term/users.c b/term/users.c index 2af640fb..1c19664a 100644 --- a/term/users.c +++ b/term/users.c @@ -1591,7 +1591,7 @@ trivfs_S_io_mod_owner (struct trivfs_protid *cred, return EOPNOTSUPP; if (cred->pi.class == pty_class) - return pty_io_mod_owner (cred, owner); + return pty_io_mod_owner (owner); mutex_lock (&global_lock); termflags &= ~NO_OWNER; @@ -1610,7 +1610,7 @@ trivfs_S_io_get_owner (struct trivfs_protid *cred, return EOPNOTSUPP; if (cred->pi.class == pty_class) - return pty_io_get_owner (cred, owner); + return pty_io_get_owner (owner); mutex_lock (&global_lock); if (termflags & NO_OWNER) -- cgit v1.2.3