svn commit: r314954 - head/lib/libc/tests/sys

Ngie Cooper ngie at FreeBSD.org
Thu Mar 9 09:25:12 UTC 2017


Author: ngie
Date: Thu Mar  9 09:25:11 2017
New Revision: 314954
URL: https://svnweb.freebsd.org/changeset/base/314954

Log:
  style(9): sort the #includes
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/tests/sys/mlock_helper.c

Modified: head/lib/libc/tests/sys/mlock_helper.c
==============================================================================
--- head/lib/libc/tests/sys/mlock_helper.c	Thu Mar  9 09:17:43 2017	(r314953)
+++ head/lib/libc/tests/sys/mlock_helper.c	Thu Mar  9 09:25:11 2017	(r314954)
@@ -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-head mailing list