> cl_memclr --> NdisZeroMemory > cl_memcpy --> NdisMoveMemory > cl_memcmp --> memcmp > cl_memset --> memset
The latter should be RtlCompareMemory and RtlFillMemory. All of the complib abstractions should eventually be replaced with the native calls. _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
