diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-22 14:08:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-22 14:08:20 +0000 |
commit | a24db6547d01a254f1c9b4f25c42542f4ae2008e (patch) | |
tree | fc12193ea91c51ae1f69a398a63543b895efe474 /proc | |
parent | 464af75ec05c5594238c5dd3f59db64fbc08c060 (diff) |
Formerly pgrp.c.~12~
Diffstat (limited to 'proc')
-rw-r--r-- | proc/pgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/pgrp.c b/proc/pgrp.c index f65d5427..ec9cbbf9 100644 --- a/proc/pgrp.c +++ b/proc/pgrp.c @@ -227,7 +227,7 @@ S_proc_getpgrppids (struct proc *callerp, struct proc *p; struct pgrp *pg; pid_t *pp = *pids; - int npids = *npidsp; + unsigned int npids = *npidsp, count; if (pgid == 0) pg = callerp->p_pgrp; |