[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.3 and 1.4

version 1.3, 1998/01/16 17:50:43 version 1.4, 2001/05/14 06:55:04
Line 76 
Line 76 
 proc_compare(p1, p2)  proc_compare(p1, p2)
         register struct proc *p1, *p2;          register struct proc *p1, *p2;
 {  {
   
         if (p1 == NULL)          if (p1 == NULL)
                 return (1);                  return (1);
         /*          /*

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4