[BACK]Return to machine.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/machine.h between version 1.7 and 1.8

version 1.7, 2003/06/13 21:52:25 version 1.8, 2003/06/15 16:24:44
Line 72 
Line 72 
 struct process_select {  struct process_select {
         int             idle;   /* show idle processes */          int             idle;   /* show idle processes */
         int             system; /* show system processes */          int             system; /* show system processes */
         int             uid;    /* only this uid (unless uid == -1) */          uid_t           uid;    /* only this uid (unless uid == -1) */
         char           *command;/* only this command (unless == NULL) */          char           *command;/* only this command (unless == NULL) */
 };  };
   
Line 88 
Line 88 
                  int (*) (const void *, const void *));                   int (*) (const void *, const void *));
 extern char    *format_next_process(caddr_t, char *(*) ());  extern char    *format_next_process(caddr_t, char *(*) ());
 extern int      proc_compate(const void *, const void *);  extern int      proc_compate(const void *, const void *);
 extern int      proc_owner(pid_t);  extern uid_t    proc_owner(pid_t);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8