o Correct a function prototype.
This commit is contained in:
parent
8cd2513ee1
commit
02f3691e93
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user