PERFORCE change 102941 for review

John Baldwin jhb at FreeBSD.org
Tue Aug 1 15:40:51 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102941

Change 102941 by jhb at jhb_mutex on 2006/08/01 15:40:34

	Add an audit event identifier just for completeness.

Affected files ...

.. //depot/projects/smpng/sys/sys/sysent.h#19 edit

Differences ...

==== //depot/projects/smpng/sys/sys/sysent.h#19 (text+ko) ====

@@ -105,7 +105,7 @@
 
 #define SYSCALL_MODULE(name, offset, new_sysent, evh, arg)     \
 static struct syscall_module_data name##_syscall_mod = {       \
-       evh, arg, offset, new_sysent, { 0, NULL }               \
+       evh, arg, offset, new_sysent, { 0, NULL, AUE_NULL }     \
 };                                                             \
                                                                \
 static moduledata_t name##_mod = {                             \


More information about the p4-projects mailing list