Date: Tue, 23 May 2017 06:05:54 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318694 - head/usr.sbin/bsdinstall/partedit Message-ID: <201705230605.v4N65sLh045714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue May 23 06:05:54 2017 New Revision: 318694 URL: https://svnweb.freebsd.org/changeset/base/318694 Log: style(9): sort headers MFC after: 2 weeks MFC with: r318693 Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/bsdinstall/partedit/part_wizard.c Modified: head/usr.sbin/bsdinstall/partedit/part_wizard.c ============================================================================== --- head/usr.sbin/bsdinstall/partedit/part_wizard.c Tue May 23 06:04:38 2017 (r318693) +++ head/usr.sbin/bsdinstall/partedit/part_wizard.c Tue May 23 06:05:54 2017 (r318694) @@ -27,11 +27,10 @@ */ #include <sys/param.h> +#include <sys/sysctl.h> #include <errno.h> -#include <libutil.h> #include <inttypes.h> - -#include <sys/sysctl.h> +#include <libutil.h> #include <string.h> #include <libgeom.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705230605.v4N65sLh045714>