simplified gid()
This commit is contained in:
parent
2f8335abf0
commit
d3a212da7e
1 changed files with 1 additions and 2 deletions
|
@ -262,8 +262,7 @@ entropy(void)
|
||||||
static char *
|
static char *
|
||||||
gid(void)
|
gid(void)
|
||||||
{
|
{
|
||||||
gid_t gid = getgid();
|
return smprintf("%d", getgid());
|
||||||
return smprintf("%d", gid);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
|
|
Loading…
Reference in a new issue