Hal,

This brings up a good point. I need to get the uDAPL dapltest into 
the OpenIB tree. I'll work on doing that tomorrow.

james

On Tue, 28 Jun 2005, Hal Rosenstock wrote:

halr> I was able to build udapltest for both x86 and x86-64 with the following
halr> change:
halr> 
halr> uDAPL: Fix compile of dapl_bpool.c on x86_64
halr> 
halr> Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
halr> 
halr> --- userspace/test/dapltest/test/dapl_bpool.c.orig      2005-01-18
halr> 13:20:31.000000000 -0500
halr> +++ userspace/test/dapltest/test/dapl_bpool.c   2005-06-24
halr> 23:47:43.000000000 -0400
halr> @@ -356,8 +356,8 @@
halr>                      "BPOOL alloc_size     %x\n",
halr>                      (int) bpool_ptr->alloc_size);
halr>      DT_Tdep_PT_Printf (phead, 
halr> -                    "BPOOL pz_handle      %x\n",
halr> -                    (int) bpool_ptr->pz_handle);
halr> +                    "BPOOL pz_handle      %p\n",
halr> +                    bpool_ptr->pz_handle);
halr>      DT_Tdep_PT_Printf (phead, 
halr>                      "BPOOL num_segs       %x\n",
halr>                      (int) bpool_ptr->num_segs);
halr> 
halr> 
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to