PERFORCE change 135386 for review

Steve Wise swise at FreeBSD.org
Thu Feb 14 09:10:55 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135386

Change 135386 by swise at swise:vic10:iwarp on 2008/02/14 17:09:59

	Added prereq includes.

Affected files ...

.. //depot/projects/iwarp/sys/contrib/rdma/ib_addr.h#5 edit

Differences ...

==== //depot/projects/iwarp/sys/contrib/rdma/ib_addr.h#5 (text+ko) ====

@@ -30,10 +30,16 @@
 #if !defined(IB_ADDR_H)
 #define IB_ADDR_H
 
-#include <contrib/rdma/ib_verbs.h>
+#include <sys/param.h>
+#include <sys/proc.h>
+#include <sys/condvar.h>
+
 #include <net/if.h>
 #include <net/ethernet.h>
 
+#include <contrib/rdma/ib_verbs.h>
+
+
 #define MAX_ADDR_LEN ETHER_ADDR_LEN	/* XXX doesn't support IB! */
 
 struct rdma_addr_client {


More information about the p4-projects mailing list