Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2006 15:40:46 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102941 for review
Message-ID:  <200608011540.k71FekG8002672@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102941

Change 102941 by jhb@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 = {                             \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608011540.k71FekG8002672>