svn commit: r256116 - head/sys/ofed/include/rdma

Dimitry Andric dim at FreeBSD.org
Mon Oct 7 16:54:30 UTC 2013


Author: dim
Date: Mon Oct  7 16:54:29 2013
New Revision: 256116
URL: http://svnweb.freebsd.org/changeset/base/256116

Log:
  Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, to
  silence a gcc warning.
  
  Approved by:	re (gjb)
  MFC after:      3 days

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

Modified: head/sys/ofed/include/rdma/ib_verbs.h
==============================================================================
--- head/sys/ofed/include/rdma/ib_verbs.h	Mon Oct  7 16:53:26 2013	(r256115)
+++ head/sys/ofed/include/rdma/ib_verbs.h	Mon Oct  7 16:54:29 2013	(r256116)
@@ -660,7 +660,7 @@ struct ib_qp_init_attr {
 	union {
 		struct ib_qp *qpg_parent; /* see qpg_type */
 		struct ib_qpg_init_attrib parent_attrib;
-	};
+	} pp;
 	enum ib_sig_type	sq_sig_type;
 	enum ib_qp_type		qp_type;
 	enum ib_qp_create_flags	create_flags;


More information about the svn-src-all mailing list