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

Diff for /src/usr.bin/rusers/rusers.c between version 1.23 and 1.24

version 1.23, 2003/06/04 17:37:16 version 1.24, 2003/06/10 22:20:50
Line 672 
Line 672 
 }  }
   
 void  void
 expandhosts()  expandhosts(void)
 {  {
         struct host_info *new_hostinfo, *entry;          struct host_info *new_hostinfo, *entry;
         u_int count;          u_int count;
Line 699 
Line 699 
 }  }
   
 void  void
 sorthosts()  sorthosts(void)
 {  {
         int i;          int i;
         int (*compar)(const void *, const void *);          int (*compar)(const void *, const void *);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24