svn commit: r226468 - head/usr.bin/look

Ed Schouten ed at FreeBSD.org
Mon Oct 17 13:54:56 UTC 2011


Author: ed
Date: Mon Oct 17 13:54:55 2011
New Revision: 226468
URL: http://svn.freebsd.org/changeset/base/226468

Log:
  Sort header file names.
  
  Spotted by:	des

Modified:
  head/usr.bin/look/look.c

Modified: head/usr.bin/look/look.c
==============================================================================
--- head/usr.bin/look/look.c	Mon Oct 17 13:51:00 2011	(r226467)
+++ head/usr.bin/look/look.c	Mon Oct 17 13:54:55 2011	(r226468)
@@ -61,8 +61,8 @@ __FBSDID("$FreeBSD$");
 #include <fcntl.h>
 #include <limits.h>
 #include <locale.h>
-#include <stdio.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>


More information about the svn-src-head mailing list