svn commit: r297266 - head/contrib/ofed/management/opensm/include/vendor

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 25 04:16:06 UTC 2016


Author: bdrewery
Date: Fri Mar 25 04:16:04 2016
New Revision: 297266
URL: https://svnweb.freebsd.org/changeset/base/297266

Log:
  Make GCC happy by removing empty #elif.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h

Modified: head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h
==============================================================================
--- head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h	Fri Mar 25 02:54:13 2016	(r297265)
+++ head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h	Fri Mar 25 04:16:04 2016	(r297266)
@@ -65,7 +65,7 @@
 #include <vendor/osm_vendor_ibumad.h>
 #elif defined( OSM_VENDOR_INTF_AL )
 #include <vendor/osm_vendor_al.h>
-#elif
+#else
 #error No MAD Interface selected!
 #error Choose an interface in osm_config.h
 #endif


More information about the svn-src-all mailing list