[BACK]Return to proc_compare.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / w

Diff for /src/usr.bin/w/proc_compare.c between version 1.6 and 1.7

version 1.6, 2003/06/03 02:56:22 version 1.7, 2003/11/26 00:31:27
Line 69 
Line 69 
 #define BOTH    3  #define BOTH    3
   
 int  int
 proc_compare(p1, p2)  proc_compare(struct proc *p1, struct proc *p2)
         struct proc *p1, *p2;  
 {  {
         if (p1 == NULL)          if (p1 == NULL)
                 return (1);                  return (1);

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