* src/groupmems.c: Reuse the functions from libmisc/list.c to deal

with user lists. addtogroup() was broken when realloc() move the
	memory area.
	* src/groupmems.c: Report failures with the name of the program.
This commit is contained in:
nekral-guest
2008-07-27 00:21:42 +00:00
parent 4c2ed7b52e
commit 44db9db053
2 changed files with 23 additions and 53 deletions

View File

@@ -1,3 +1,10 @@
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: Reuse the functions from libmisc/list.c to deal
with user lists. addtogroup() was broken when realloc() move the
memory area.
* src/groupmems.c: Report failures with the name of the program.
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: EXIT_READ_GROUP changed to EXIT_INVALID_GROUP.