Date: Thu, 16 Mar 2017 02:04:16 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r315358 - stable/10/lib/libc/tests/sys Message-ID: <201703160204.v2G24GvN071429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Mar 16 02:04:16 2017 New Revision: 315358 URL: https://svnweb.freebsd.org/changeset/base/315358 Log: MFC r314954: style(9): sort the #includes Modified: stable/10/lib/libc/tests/sys/mlock_helper.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/tests/sys/mlock_helper.c ============================================================================== --- stable/10/lib/libc/tests/sys/mlock_helper.c Thu Mar 16 02:04:13 2017 (r315357) +++ stable/10/lib/libc/tests/sys/mlock_helper.c Thu Mar 16 02:04:16 2017 (r315358) @@ -36,8 +36,8 @@ __FBSDID("$FreeBSD$"); #include <atf-c.h> #include <errno.h> -#include <stdio.h> #include <limits.h> +#include <stdio.h> #define VM_MAX_WIRED "vm.max_wired"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703160204.v2G24GvN071429>