]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/vipw.c: Document the sections closed by #endif
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 11 Mar 2010 22:03:37 +0000 (22:03 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 11 Mar 2010 22:03:37 +0000 (22:03 +0000)
commite7d57e1a7731ea1cd97d8246440ba362b002b783
tree3a32db83a92665473bbcdd9a0748c66b0599acd0
parentf9b8a95b9267f311984e97cdb50b3d928ccd3144
* src/vipw.c: Document the sections closed by #endif
* src/vipw.c: Avoid implicit conversion of pointers or integers to
booleans.
* src/vipw.c: Added brackets and parenthesis.
* src/vipw.c: Limit the definition of some variables and macros to
the WITH_TCB scope.
* src/vipw.c: Avoid assignment in comparisons.
* src/vipw.c: Replace PASSWD_FILE (resp. GROUP_FILE and
SGROUP_FILE) by pw_dbname () (resp. gr_dbname () and sgr_dbname ()).
This is more consistent with the shadow file handling and may be
useful to allow edition of another partition's files.
ChangeLog
src/vipw.c