Hi, On Fri, 14 Aug 2009, Brandon Casey wrote: > Some compilers produce errors when arithmetic is attempted on pointers to > void. So cast to uintptr_t when performing arithmetic on void pointers. I am confused. Is sizeof(*(uintptr_t)NULL) not larger than 1, and as a consequence ((uintptr_t)p)+1 not different from ((void *)p)+1? Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html