diff options
-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; |