=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/top/top.h 2013/09/21 14:15:19 1.15 +++ src/usr.bin/top/top.h 2018/09/13 15:23:32 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.h,v 1.15 2013/09/21 14:15:19 espie Exp $ */ +/* $OpenBSD: top.h,v 1.16 2018/09/13 15:23:32 millert Exp $ */ /* * Top users/processes display for Unix @@ -78,5 +78,5 @@ extern void quit(int); /* username.c */ -extern char *username(uid_t); +extern const char *username(uid_t); extern uid_t userid(char *);