diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-07-23 07:42:31 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-07-23 07:42:31 +0000 |
| commit | 33f0efe6b0a0d0c511f70fefacb9c9109a28c699 (patch) | |
| tree | 5c693a268f9332834033e15f2b5b169d673d4991 /sys/security | |
| parent | 84ecaa02f95cbdfb38589d166fa0bc3cceeb8e0c (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_bsm_klib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index e038fc7ea5ba..c778f451a0ca 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); * Hash table functions for the audit event number to event class mask * mapping. */ -#define EVCLASSMAP_HASH_TABLE_SIZE 251 +#define EVCLASSMAP_HASH_TABLE_SIZE 251 struct evclass_elem { au_event_t event; au_class_t class; |
