* src/useradd.c: Fixed wrong format string.

* lib/gshadow.c: Removed declaration of unused variable.
This commit is contained in:
nekral-guest
2009-09-04 22:09:58 +00:00
parent 915e78ee2d
commit 3d10e75117
3 changed files with 6 additions and 2 deletions

View File

@ -216,7 +216,6 @@ void endsgent (void)
static char *buf = NULL;
char *cp;
struct sgrp *ret;
if (0 == buflen) {
buf = (char *) malloc (BUFSIZ);