Date: Tue, 28 Feb 2006 21:01:43 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92545 for review Message-ID: <200602282101.k1SL1h4B061546@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92545 Change 92545 by rwatson@rwatson_peppercorn on 2006/02/28 21:00:55 Add stdlib.h include for exit() definition. Sort includes. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#6 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#6 (text+ko) ==== @@ -30,12 +30,14 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#5 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#6 $ */ #include <sys/types.h> + +#include <stdio.h> +#include <stdlib.h> #include <unistd.h> -#include <stdio.h> #include "auditd.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602282101.k1SL1h4B061546>