simplified gid()

This commit is contained in:
Ali H. Fardan 2016-09-01 21:51:32 +03:00
parent 2f8335abf0
commit d3a212da7e
1 changed files with 1 additions and 2 deletions

View File

@ -262,8 +262,7 @@ entropy(void)
static char *
gid(void)
{
gid_t gid = getgid();
return smprintf("%d", gid);
return smprintf("%d", getgid());
}
static char *