Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 07:02:56 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324077 - head/sys/dev/hyperv/netvsc
Message-ID:  <201709280702.v8S72uom002022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Thu Sep 28 07:02:56 2017
New Revision: 324077
URL: https://svnweb.freebsd.org/changeset/base/324077

Log:
  hyperv/hn: Unbreak i386 building.
  
  Reported by:	cy
  MFC after:	1 week
  Sponsored by:	Microsoft

Modified:
  head/sys/dev/hyperv/netvsc/if_hn.c

Modified: head/sys/dev/hyperv/netvsc/if_hn.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/if_hn.c	Thu Sep 28 05:20:37 2017	(r324076)
+++ head/sys/dev/hyperv/netvsc/if_hn.c	Thu Sep 28 07:02:56 2017	(r324077)
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
 #include "opt_rss.h"
 
 #include <sys/param.h>
+#include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/counter.h>
 #include <sys/kernel.h>
@@ -77,7 +78,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/sockio.h>
 #include <sys/sx.h>
 #include <sys/sysctl.h>
-#include <sys/systm.h>
 #include <sys/taskqueue.h>
 #include <sys/buf_ring.h>
 #include <sys/eventhandler.h>



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