* lib/prototypes.h, libmisc/list.c: dup_list() and is_on_list() do

not change the members of the list they receive. Added const
	qualifiers.
This commit is contained in:
nekral-guest
2010-08-20 20:26:32 +00:00
parent fad23b25a1
commit 660ed49daf
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2010-08-20 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h, libmisc/list.c: dup_list() and is_on_list() do
not change the members of the list they receive. Added const
qualifiers.
2010-08-20 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Re-indent.