* src/groupmems.c: The grp structure returned by gr_locate is a

const. Duplicate this structure before working on it.
	* src/groupmems.c: Do not fail and do not display warnings if a
	close failure happens with the --list option. (Files are opened
	read-only).
This commit is contained in:
nekral-guest
2008-08-31 17:29:08 +00:00
parent 281721cd15
commit 81e1dbc90e
2 changed files with 93 additions and 20 deletions

View File

@@ -1,3 +1,11 @@
2008-08-29 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: The grp structure returned by gr_locate is a
const. Duplicate this structure before working on it.
* src/groupmems.c: Do not fail and do not display warnings if a
close failure happens with the --list option. (Files are opened
read-only).
2008-08-29 Nicolas François <nicolas.francois@centraliens.net>
* src/gpasswd.c: Replace the 'valid' variable by is_valid to avoid