Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2009 17:21:43 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169141 for review
Message-ID:  <200910021721.n92HLhF8054150@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=169141

Change 169141 by trasz@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910021721.n92HLhF8054150>