K 10 svn:author V 2 ed K 8 svn:date V 27 2009-12-05T18:55:16.657027Z K 7 svn:log V 272 Remove warnings from exec.c. The entries in the argv array are not const themselves, but sometimes we want to fill in const values. Just make the array const and use __DECONST() to make it const for the execve()-call itself. Also convert the only K&R prototype to ANSI. END