diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-12 19:18:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-12 19:18:22 +0000 |
commit | 2de1de6abe45bc409fa8293e75650bab5923bc1e (patch) | |
tree | 0a0e654178f277bf9d016769b6cda16c4f266a1e | |
parent | d65eb8036fa19cbf773d4c50d888da2bda8105d9 (diff) |
Formerly info.c.~5~
-rw-r--r-- | proc/info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proc/info.c b/proc/info.c index ee10e241..7f6a5cdf 100644 --- a/proc/info.c +++ b/proc/info.c @@ -44,7 +44,6 @@ S_proc_pid2task (struct proc *callerp, if (!check_uid (callerp, p->p_owner)) return EPERM; - *t = p->p_task; return 0; |