From: nekral-guest Date: Mon, 20 Apr 2009 12:16:07 +0000 (+0000) Subject: * src/login.c: We do not need to keep the old umask. Discard the X-Git-Tag: 4.1.4~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4158bdf77c862a1b05735d323692ebab22aebdb;p=shadow * src/login.c: We do not need to keep the old umask. Discard the umask() return value. --- diff --git a/ChangeLog b/ChangeLog index 9eed7f66..60777472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-20 Nicolas François + + * src/login.c: We do not need to keep the old umask. Discard the + umask() return value. + 2009-04-20 Nicolas François * libmisc/hushed.c, lib/prototypes.h, src/login.c: Change the