svn commit: r282064 - head/sys/boot/common

Scott Long scottl at FreeBSD.org
Mon Apr 27 07:38:47 UTC 2015


Author: scottl
Date: Mon Apr 27 07:38:46 2015
New Revision: 282064
URL: https://svnweb.freebsd.org/changeset/base/282064

Log:
  Small change in header order to allow this to compile.
  
  Obtained from:	Netflix, Inc.
  MFC after:	3 days

Modified:
  head/sys/boot/common/md.c

Modified: head/sys/boot/common/md.c
==============================================================================
--- head/sys/boot/common/md.c	Mon Apr 27 07:37:48 2015	(r282063)
+++ head/sys/boot/common/md.c	Mon Apr 27 07:38:46 2015	(r282064)
@@ -27,11 +27,11 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <stand.h>
 #include <sys/param.h>
 #include <sys/endian.h>
 #include <sys/queue.h>
 #include <machine/stdarg.h>
-#include <stand.h>
 
 #include "bootstrap.h"
 


More information about the svn-src-head mailing list