svn commit: r315358 - stable/10/lib/libc/tests/sys
Ngie Cooper
ngie at FreeBSD.org
Thu Mar 16 02:04:18 UTC 2017
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"
More information about the svn-src-stable
mailing list