On Sat, Jul 24, 2010 at 15:20, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote: > The NULL sentinel argument to the execl*() family of calls must be > cast to (char *), as otherwise: > > - platforms where NULL is just 0 (not (void *)) would pass an int > > - (admittedly esoteric) platforms where NULL is (void *)0 and (void *) > and (char *) have different memory layouts would pass the wrong kind > of pointer > > Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> Nice that you got around to this after I inadvertently pointed it out in another thread. Acked. -- 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