Date: Tue, 28 Feb 2006 14:08:42 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92529 for review Message-ID: <200602281408.k1SE8gvG030084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92529 Change 92529 by rwatson@rwatson_lethe.cl.cam.ac.uk on 2006/02/28 14:08:35 Include libbsm.h instead of audit.h so as to pick up the nested include of time.h. (Linux) Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#5 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 $ */ /* * Program to trigger the audit daemon with a message that is either: @@ -44,7 +44,7 @@ #include <sys/queue.h> #include <sys/uio.h> -#include <bsm/audit.h> +#include <bsm/libbsm.h> #include <fcntl.h> #include <stdio.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602281408.k1SE8gvG030084>