diff options
Diffstat (limited to 'usr/src/uts/common/sys/systm.h')
-rw-r--r-- | usr/src/uts/common/sys/systm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/systm.h b/usr/src/uts/common/sys/systm.h index ca477d3746..e5ee80c404 100644 --- a/usr/src/uts/common/sys/systm.h +++ b/usr/src/uts/common/sys/systm.h @@ -98,7 +98,7 @@ extern int klustsize; extern int abort_enable; /* Platform input-device abort policy */ -extern int audit_active; /* Solaris Auditing active 1, absent 0. */ +extern int audit_active; /* Solaris Auditing module state */ extern int avenrun[]; /* array of load averages */ |