PERFORCE change 75729 for review
Robert Watson
rwatson at FreeBSD.org
Fri Apr 22 18:53:00 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=75729
Change 75729 by rwatson at 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.
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list