Date: Mon, 17 Oct 2011 13:54:55 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r226468 - head/usr.bin/look Message-ID: <201110171354.p9HDstfP026033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110171354.p9HDstfP026033>