Tom, I just noticed that one of these patches removed the definition and use of uintptr_t. This results in a few warning messages during compilation.
DAPL was using the uintptr_t type when casting to an integer type from a pointer type. Is there another type that the kernel uses for this purpose? I know that long is typically used, but according to Harbison and Stelle this is not guaranteed to be correct. james On Sun, 15 May 2005, Tom Duffy wrote: tduffy> The following set of patches further cleans up dat/dat.h. tduffy> tduffy> Most of them remove the use of typedef for the enums defined in dat/dat.h. tduffy> tduffy> Please apply in order. tduffy> tduffy> Signed-off-by: Tom Duffy <[EMAIL PROTECTED]> tduffy> Your friendly openib janitor. tduffy> tduffy> _______________________________________________ tduffy> openib-general mailing list tduffy> [email protected] tduffy> http://openib.org/mailman/listinfo/openib-general tduffy> tduffy> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general tduffy> _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
