Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 02:23:50 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366692 - head/sys/dev/axgbe
Message-ID:  <202010140223.09E2Nojx052090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Wed Oct 14 02:23:49 2020
New Revision: 366692
URL: https://svnweb.freebsd.org/changeset/base/366692

Log:
  axgbe: fix tinderbox build

Modified:
  head/sys/dev/axgbe/xgbe.h

Modified: head/sys/dev/axgbe/xgbe.h
==============================================================================
--- head/sys/dev/axgbe/xgbe.h	Wed Oct 14 01:47:00 2020	(r366691)
+++ head/sys/dev/axgbe/xgbe.h	Wed Oct 14 02:23:49 2020	(r366692)
@@ -117,9 +117,7 @@
 #define __XGBE_H__
 
 #include <sys/param.h>
-#if __FreeBSD_version < 1300000
 #include <sys/kernel.h>
-#endif
 #include <sys/bus.h>
 #include <sys/socket.h>
 #include <sys/bitstring.h>



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