=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Attic/username.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/top/Attic/username.c 2015/10/26 13:56:18 1.17 --- src/usr.bin/top/Attic/username.c 2018/09/13 15:23:32 1.18 *************** *** 1,4 **** ! /* $OpenBSD: username.c,v 1.17 2015/10/26 13:56:18 tedu Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: username.c,v 1.18 2018/09/13 15:23:32 millert Exp $ */ /* * Top users/processes display for Unix *************** *** 41,47 **** #include "top.h" #include "utils.h" ! char * username(uid_t uid) { return user_from_uid(uid, 0); --- 41,47 ---- #include "top.h" #include "utils.h" ! const char * username(uid_t uid) { return user_from_uid(uid, 0);