Correct the change made in r227166.

This function is only compiled in when building WITH_AUDIT.
This commit is contained in:
ed 2011-11-06 09:09:45 +00:00
parent 89e56ab1b3
commit b8b9c31dd0

View File

@ -60,7 +60,9 @@ __FBSDID("$FreeBSD$");
static void id_print(struct passwd *, int, int, int);
static void pline(struct passwd *);
static void pretty(struct passwd *);
#ifdef USE_BSM_AUDIT
static void auditid(void);
#endif
static void group(struct passwd *, int);
static void maclabel(void);
static void usage(void);