Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 07:38:47 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282064 - head/sys/boot/common
Message-ID:  <201504270738.t3R7clxV079521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504270738.t3R7clxV079521>