Tim Kientzle wrote:
> I believe the exec* functions are
> declared incorrectly.  Unless I'm mistaken,
> execve should be declared as
> 
> int
> execve(const char *path, const char *const argv[], const char *const envp[]);
> 
> rather than
> 
> int
> execve(const char *path, char *const argv[], char *const envp[]);

http://www.opengroup.org/onlinepubs/7908799/xsh/execve.html

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to