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

Diff for /src/usr.bin/top/Attic/username.c between version 1.4 and 1.5

version 1.4, 2001/11/19 19:02:17 version 1.5, 2002/02/16 21:27:55
Line 43 
Line 43 
     char name[9];      char name[9];
 };  };
   
 static int enter_user __P((uid_t, char *, int));  static int enter_user(uid_t, char *, int);
 static int get_user __P((uid_t));  static int get_user(uid_t);
   
 #define    is_empty_hash(x)     (hash_table[x].name[0] == 0)  #define    is_empty_hash(x)     (hash_table[x].name[0] == 0)
   

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