* src/login.c: We do not need to keep the old umask. Discard the

umask() return value.
This commit is contained in:
nekral-guest 2009-04-20 12:17:38 +00:00
parent d4158bdf77
commit 3508f7dccc

View File

@ -553,7 +553,7 @@ int main (int argc, char **argv)
setup_tty ();
#ifndef USE_PAM
umask (getdef_num ("UMASK", GETDEF_DEFAULT_UMASK));
(void) umask (getdef_num ("UMASK", GETDEF_DEFAULT_UMASK));
{
/*