Date: Tue, 18 Apr 2006 04:45:25 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95477 for review Message-ID: <200604180445.k3I4jPjH029839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95477 Change 95477 by csjp@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604180445.k3I4jPjH029839>