Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2003 21:49:16 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        kientzle@acm.org
Cc:        FreeBSD-Hackers <FreeBSD-Hackers@FreeBSD.ORG>
Subject:   Re: Incorrect declarations for exec*
Message-ID:  <3E7FEDDC.61F62C30@mindspring.com>
References:  <3E7FE1C4.3040104@acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E7FEDDC.61F62C30>