o Correct a function prototype.

This commit is contained in:
Maxim Konovalov 2006-12-04 14:05:42 +00:00
parent 8cd2513ee1
commit 02f3691e93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164875

View File

@ -106,7 +106,7 @@ parse_gid(const char *s, char *buf, size_t bufsize)
}
}
static uid_t
static void
parse_uid(const char *s, char *buf, size_t bufsize)
{
struct passwd *pw;