PERFORCE change 169141 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Oct 2 17:21:44 UTC 2009


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

Change 169141 by trasz at trasz_victim on 2009/10/02 17:21:01

	Style fix.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/usr.sbin/hrl/hrl.c#24 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/usr.sbin/hrl/hrl.c#24 (text+ko) ====

@@ -27,6 +27,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <sys/types.h>
+#include <sys/hrl.h>
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>
@@ -36,7 +38,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/hrl.h>
 
 #define	HRL_DEFAULT_BUFSIZE	4096
 


More information about the p4-projects mailing list