On Fri, Jun 5, 2009 at 12:15 PM, Ted Walther <t...@reactor-core.org> wrote:
> execve() wants   char *const envp[]
> environ provides char **
> environ is provided by execve from envp.
>
> How do I pass the environment into execve without raising a compiler
> warning about incompatible pointer types?

What warning are you getting?  What's your source?

Reply via email to