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)
commitc3faabeb635ce515b831afb2e87d9bb241991907
treefbcd82e33930c7324cce6dba07c043ef1c3c55ff
parent653629f19e591a0827ab39de07b4526bb119a57a
procd: get rid of putenv usage.

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>
service/instance.c