Remove unused / incompatible environ declaration
commite47cf4684bb5ac879d636f6c9dbd7ac93e1520e4
authorKarsten Blees <blees@dcon.de>
Fri, 7 Jan 2011 14:09:00 +0000 (7 15:09 +0100)
committerKarsten Blees <blees@dcon.de>
Sat, 8 Jan 2011 16:30:11 +0000 (8 17:30 +0100)
treea8d3dea403b79b9ba09270cdba506bad8cefcc5c
parentfd6937e0e6ccb78eb4347c427248e25c2d6739c8
Remove unused / incompatible environ declaration

Exec_cmd.c no longer uses environ (as of 511707d4), and the declaration is
incompatible with MSVC (where environ is #defined to (*__p__environ()),
resulting in a compiler warning).

Signed-off-by: Karsten Blees <blees@dcon.de>
exec_cmd.c