PERFORCE change 94112 for review
Robert Watson
rwatson at FreeBSD.org
Mon Mar 27 15:44:43 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=94112
Change 94112 by rwatson at rwatson_zoo on 2006/03/27 15:43:34
Add missing err.h include, sort includes.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#14 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#14 (text+ko) ====
@@ -26,7 +26,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#13 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#14 $
*/
/*
@@ -42,11 +42,12 @@
#include <bsm/libbsm.h>
+#include <err.h>
+#include <grp.h>
+#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <sysexits.h>
-#include <grp.h>
-#include <pwd.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
More information about the trustedbsd-cvs
mailing list