* src/useradd.c: Fixed wrong format string.
* lib/gshadow.c: Removed declaration of unused variable.
This commit is contained in:
parent
915e78ee2d
commit
3d10e75117
@ -1,3 +1,8 @@
|
||||
2009-09-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/useradd.c: Fixed wrong format string.
|
||||
* lib/gshadow.c: Removed declaration of unused variable.
|
||||
|
||||
2009-08-30 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* man/generate_mans.mak, man/generate_translations.mak: Provide an
|
||||
|
@ -216,7 +216,6 @@ void endsgent (void)
|
||||
static char *buf = NULL;
|
||||
|
||||
char *cp;
|
||||
struct sgrp *ret;
|
||||
|
||||
if (0 == buflen) {
|
||||
buf = (char *) malloc (BUFSIZ);
|
||||
|
@ -684,7 +684,7 @@ static int get_groups (char *list)
|
||||
static void usage (void)
|
||||
{
|
||||
(void) fprintf (stderr,
|
||||
_("Usage: useradd [options] LOGIN\n"
|
||||
_("Usage: %s [options] LOGIN\n"
|
||||
"\n"
|
||||
"Options:\n"),
|
||||
Prog);
|
||||
|
Loading…
Reference in New Issue
Block a user