Date: Fri, 22 Apr 2005 18:53:00 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75729 for review Message-ID: <200504221853.j3MIr0R7088280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75729 Change 75729 by rwatson@rwatson_paprika on 2005/04/22 18:52:22 Include libbsm.h consistently across all library .c files. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#2 edit .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#2 (text+ko) ==== @@ -35,7 +35,7 @@ #include <stdint.h> /* uint32_t */ #include <syslog.h> /* syslog() */ #include <stdarg.h> /* syslog() */ -#include "libbsm.h" +#include <libbsm.h> /* if 1, assumes a kernel that sends the right notification */ #define AUDIT_NOTIFICATION_ENABLED 1 ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_wrappers.c#2 (text+ko) ==== @@ -36,7 +36,7 @@ #include <syslog.h> /* syslog() */ #include <stdarg.h> /* syslog() */ #include <errno.h> -#include "libbsm.h" +#include <libbsm.h> /* * XXX Write up in a separate white paper.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504221853.j3MIr0R7088280>