K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-08-15T17:42:14.000000Z K 7 svn:log V 419 Use SYS_AUE_ to include the appropriate audit event identifier for syscalls in kld's, even when compiled into the kernel statically. Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now only works for native ABI system calls. Those are the only ones that used the macro anyway, and I chose to not require a second argument to the macro to specify the prefix or audit event directly. END