=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Attic/username.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/top/Attic/username.c 2003/07/07 21:36:52 1.13 --- src/usr.bin/top/Attic/username.c 2004/05/09 22:14:15 1.14 *************** *** 1,4 **** ! /* $OpenBSD: username.c,v 1.13 2003/07/07 21:36:52 deraadt Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: username.c,v 1.14 2004/05/09 22:14:15 deraadt Exp $ */ /* * Top users/processes display for Unix *************** *** 61,68 **** char name[_PW_NAME_LEN + 1]; }; ! static int enter_user(uid_t, char *, int); ! static int get_user(uid_t); #define is_empty_hash(x) (hash_table[x].name[0] == 0) --- 61,68 ---- char name[_PW_NAME_LEN + 1]; }; ! static int enter_user(uid_t, char *, int); ! static int get_user(uid_t); #define is_empty_hash(x) (hash_table[x].name[0] == 0)