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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"