]> git.ipfire.org Git - thirdparty/shadow.git/commit
* lib/utent.c (getutline): Remove getutline(). This function is
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 23 Mar 2010 08:56:52 +0000 (08:56 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 23 Mar 2010 08:56:52 +0000 (08:56 +0000)
commit4375be46429f0c36f20d0b87335800a4632c1eae
tree836db465bc5a535f5f9d35c490fbd42ceee382ad
parent5ebb35654bf3f9079236e96e50df9aeb55ac6067
* lib/utent.c (getutline): Remove getutline(). This function is
no more used.
* lib/groupmem.c: Limit the scope of variable i.
* lib/shadow.c: Avoid implicit conversion of pointers and integers
to booleans.
* lib/shadow.c: Added brackets.
* libmisc/limits.c: Limit the scope of variable tmpmask.
* libmisc/copydir.c: Close opened file on failure.
* libmisc/loginprompt.c: Limit the scope of variable envc.
* libmisc/find_new_uid.c, libmisc/find_new_gid.c: Limit the scope
of variable id.
ChangeLog
lib/groupmem.c
lib/shadow.c
lib/utent.c
libmisc/copydir.c
libmisc/find_new_gid.c
libmisc/find_new_uid.c
libmisc/limits.c
libmisc/loginprompt.c