mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the change made in r227166.
This function is only compiled in when building WITH_AUDIT.
This commit is contained in:
parent
15f9b56845
commit
6291cd02cb
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue