Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2019 03:09:03 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351163 - head/sys/ofed/include/rdma
Message-ID:  <201908170309.x7H393u6052346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Sat Aug 17 03:09:03 2019
New Revision: 351163
URL: https://svnweb.freebsd.org/changeset/base/351163

Log:
  OFED: Fix ib_mad.h ib_user_mad.h include to match new uapi path
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/ofed/include/rdma/ib_mad.h

Modified: head/sys/ofed/include/rdma/ib_mad.h
==============================================================================
--- head/sys/ofed/include/rdma/ib_mad.h	Sat Aug 17 03:07:41 2019	(r351162)
+++ head/sys/ofed/include/rdma/ib_mad.h	Sat Aug 17 03:09:03 2019	(r351163)
@@ -44,7 +44,7 @@
 #include <linux/list.h>
 
 #include <rdma/ib_verbs.h>
-#include <rdma/ib_user_mad.h>
+#include <uapi/rdma/ib_user_mad.h>
 
 /* Management base versions */
 #define IB_MGMT_BASE_VERSION			1



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