* src/useradd.c: Fixed wrong format string.
* lib/gshadow.c: Removed declaration of unused variable.
This commit is contained in:
@ -216,7 +216,6 @@ void endsgent (void)
|
||||
static char *buf = NULL;
|
||||
|
||||
char *cp;
|
||||
struct sgrp *ret;
|
||||
|
||||
if (0 == buflen) {
|
||||
buf = (char *) malloc (BUFSIZ);
|
||||
|
Reference in New Issue
Block a user