summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-22 14:08:20 +0000
committerRoland McGrath <roland@gnu.org>1994-08-22 14:08:20 +0000
commita24db6547d01a254f1c9b4f25c42542f4ae2008e (patch)
treefc12193ea91c51ae1f69a398a63543b895efe474
parent464af75ec05c5594238c5dd3f59db64fbc08c060 (diff)
Formerly pgrp.c.~12~
-rw-r--r--proc/pgrp.c2
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;