* src/userdel.c: Rename argv to args to avoid nameclash with the

main() parameters.
This commit is contained in:
nekral-guest
2009-04-11 16:52:45 +00:00
parent 3fdefd3e40
commit 42590e062f
2 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
* src/useradd.c, src/usermod.c: Only call selinux_update_mapping()
if Zflg is set.
* src/userdel.c: Rename argv to args to avoid nameclash with the
main() parameters.
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>