Date: Sun, 24 Sep 2006 23:26:04 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106621 for review Message-ID: <200609242326.k8ONQ4aL096324@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106621 Change 106621 by rwatson@rwatson_peppercorn on 2006/09/24 23:25:19 Submit untested Mac OS X clock_gettime() compat code so that it's in the tree where csjp can get to it. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 edit .. //depot/projects/trustedbsd/openbsm/compat/clock_gettime.h#1 add Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 (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/bin/auditfilterd/auditfilterd.c#9 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 $ */ /* @@ -48,6 +48,10 @@ #include <compat/queue.h> #endif +#ifndef HAVE_CLOCK_GETTIME +#include <compat/clock_gettime.h> +#endif + #include <bsm/libbsm.h> #include <bsm/audit_filter.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609242326.k8ONQ4aL096324>