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

Diff of /hurd/utils/ps.c

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

revision 1.58 by roland, Sun Jun 20 21:54:33 1999 UTC revision 1.59 by roland, Tue May 28 23:56:34 2002 UTC
# Line 1  Line 1 
1  /* Show process information.  /* Show process information.
2    
3     Copyright (C) 1995,96,97,98,99 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2002 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
6    
# Line 173  main(int argc, char *argv[]) Line 173  main(int argc, char *argv[])
173    char *arg_hack_buf = 0;    char *arg_hack_buf = 0;
174    struct idvec *only_uids = make_idvec (), *not_uids = make_idvec ();    struct idvec *only_uids = make_idvec (), *not_uids = make_idvec ();
175    char *tty_names = 0;    char *tty_names = 0;
176    unsigned num_tty_names = 0;    size_t num_tty_names = 0;
177    struct proc_stat_list *procset;    struct proc_stat_list *procset;
178    struct ps_context *context;    struct ps_context *context;
179    const char *fmt_string = "default", *sort_key_name = NULL;    const char *fmt_string = "default", *sort_key_name = NULL;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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