procd: get rid of putenv usage.
authorRosen Penev <rosenp@gmail.com>
Tue, 23 Jan 2018 20:30:52 +0000 (12:30 -0800)
committerJohn Crispin <john@phrozen.org>
Mon, 12 Feb 2018 14:03:21 +0000 (15:03 +0100)
setenv is prefered according to POSIX. Also allows staticly allocated strings.

Saves 200 bytes when stripped. 432 without.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

No differences found