Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2006 05:51:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104826 for review
Message-ID:  <200608230551.k7N5pgrU004980@repoman.freebsd.org>

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

Change 104826 by rwatson@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)
 {
 



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