uid2str is now static like the prototype says

This commit is contained in:
Todd C. Miller
1995-03-31 21:12:17 +00:00
parent 2f417910d0
commit f4e9cea285

2
sudo.c
View File

@@ -781,7 +781,7 @@ void set_perms(perm)
* then converts uid to a string and returns it.
*/
char *uid2str(uid)
static char *uid2str(uid)
uid_t uid;
{
int len, n;