summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-05 18:55:16 +0000
committered <ed@FreeBSD.org>2009-12-05 18:55:16 +0000
commit1a90ab9d6e33a9a1598646aa6c7bce084c7217cf (patch)
tree3c8b9ba9ebbcd7f0fb8275cfe2ca568d71b83974 /lib/libc/stdlib/system.c
parentad8df7188303ece150047f991982d50ffe9659a4 (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud