* src/groupmems.c: Ignore the return value of fputs().
This commit is contained in:
parent
d6f96fa07e
commit
a22551d56b
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/groupmems.c: Ignore the return value of fputs().
|
||||||
|
|
||||||
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
|
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/groupmems.c (whoami): Make sure usr and grp are not NULL
|
* src/groupmems.c (whoami): Make sure usr and grp are not NULL
|
||||||
|
@ -111,7 +111,7 @@ static void members (char **members)
|
|||||||
|
|
||||||
static void usage (void)
|
static void usage (void)
|
||||||
{
|
{
|
||||||
fputs (_("Usage: groupmems -a username | -d username | -D | -l [-g groupname]\n"), stderr);
|
(void) fputs (_("Usage: groupmems -a username | -d username | -D | -l [-g groupname]\n"), stderr);
|
||||||
fail_exit (EXIT_USAGE);
|
fail_exit (EXIT_USAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user