PERFORCE change 95477 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue Apr 18 04:47:36 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95477

Change 95477 by csjp at csjp_xor on 2006/04/18 04:45:14

	Include the right header files so the example code actually compiles

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#2 (text+ko) ====

@@ -39,9 +39,11 @@
 .Bd -literal -offset indent
 #include <bsm/audit.h>
 #include <bsm/libbsm.h>
+#include <bsm/audit_uevents.h>
 
 #include <stdio.h>
 #include <stdarg.h>
+#include <errno.h>
 
 int
 audit_bad_su(char *from_login, char *to_login)


More information about the trustedbsd-cvs mailing list