/[hurd]/hurd/utils/w.c
ViewVC logotype

Diff of /hurd/utils/w.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by roland, Mon Feb 26 04:16:38 2001 UTC revision 1.30 by roland, Tue May 28 23:56:34 2002 UTC
# Line 1  Line 1 
1  /* Hurdish w  /* Hurdish w
2    
3     Copyright (C) 1995,96,97,98,99,2001 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
6    
# Line 306  add_utmp_procs (struct proc_stat_list *p Line 306  add_utmp_procs (struct proc_stat_list *p
306    else    else
307      {      {
308        struct proc_stat **pgrp_procs;        struct proc_stat **pgrp_procs;
309        unsigned num_procs;        size_t num_procs;
310    
311        err = proc_stat_list_add_pgrp (procs, -pid, &pgrp_procs, &num_procs);        err = proc_stat_list_add_pgrp (procs, -pid, &pgrp_procs, &num_procs);
312        if (! err)        if (! err)

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26