PERFORCE change 104826 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 23 05:51:54 UTC 2006


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

Change 104826 by rwatson at rwatson_sesame on 2006/08/23 05:51:15

	Catch up with BSM->AUDIT rename for filter API.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/auditfilter_noop.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/auditfilter_noop.c#3 (text+ko) ====

@@ -25,7 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/auditfilter_noop.c#2 $
+ * $P4: //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/auditfilter_noop.c#3 $
  */
 
 /*
@@ -60,7 +60,7 @@
 }
 
 void
-AUDIT_FILTER_BSMRECORD(void *instance, struct timespec *ts, u_char *data,
+AUDIT_FILTER_AUDITRECORD(void *instance, struct timespec *ts, u_char *data,
     u_int len)
 {
 


More information about the trustedbsd-cvs mailing list