diff options
author | ed <ed@FreeBSD.org> | 2009-12-05 18:55:16 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-12-05 18:55:16 +0000 |
commit | 1a90ab9d6e33a9a1598646aa6c7bce084c7217cf (patch) | |
tree | 3c8b9ba9ebbcd7f0fb8275cfe2ca568d71b83974 /lib/libc/stdlib/system.c | |
parent | ad8df7188303ece150047f991982d50ffe9659a4 (diff) | |
download | FreeBSD-src-1a90ab9d6e33a9a1598646aa6c7bce084c7217cf.zip FreeBSD-src-1a90ab9d6e33a9a1598646aa6c7bce084c7217cf.tar.gz |
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.
Diffstat (limited to 'lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions