Ed Schouten bbbe3054ff 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.
2009-12-05 18:55:16 +00:00
..
2009-10-26 17:27:30 +00:00
2009-12-05 18:55:16 +00:00
2009-06-23 23:20:09 +00:00
2009-09-21 08:30:52 +00:00
2009-11-02 12:35:38 +00:00
2009-11-20 08:57:25 +00:00
2009-12-03 15:48:24 +00:00