Date: Sun, 25 Jan 2015 02:30:45 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r277670 - projects/building-blocks/sbin/rcorder Message-ID: <201501250230.t0P2UjrI053851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Jan 25 02:30:44 2015 New Revision: 277670 URL: https://svnweb.freebsd.org/changeset/base/277670 Log: Sort #include order Modified: projects/building-blocks/sbin/rcorder/rcorder.c Modified: projects/building-blocks/sbin/rcorder/rcorder.c ============================================================================== --- projects/building-blocks/sbin/rcorder/rcorder.c Sun Jan 25 00:47:06 2015 (r277669) +++ projects/building-blocks/sbin/rcorder/rcorder.c Sun Jan 25 02:30:44 2015 (r277670) @@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <stdio.h> #include <libutil.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?201501250230.t0P2UjrI053851>