[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.13 and 1.14

version 1.13, 2003/07/07 21:36:52 version 1.14, 2004/05/09 22:14:15
Line 61 
Line 61 
         char    name[_PW_NAME_LEN + 1];          char    name[_PW_NAME_LEN + 1];
 };  };
   
 static int      enter_user(uid_t, char *, int);  static int      enter_user(uid_t, char *, int);
 static int      get_user(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.13  
changed lines
  Added in v.1.14