X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/12ed8a1f566d8c2020b988462db74435c716088a..dfff4aeacb0fc7032c402597880c79fd0c9d360e:/pixie.c diff --git a/pixie.c b/pixie.c index beac67c3..d0d5c203 100644 --- a/pixie.c +++ b/pixie.c @@ -385,7 +385,7 @@ static int p_request(const char *msg, const char *tag, char *buf, size_t sz) if (dup2(fd[1], STDOUT_FILENO) < 0) _exit(127); close(fd[0]); - execl("/bin/sh", "sh", "-c", d.buf, (void *)0); + execl("/bin/sh", "sh", "-c", d.buf, (char *)0); _exit(127); }