desktop-shell: use the standard 'environ' variable
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 3 Aug 2012 11:39:15 +0000 (14:39 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 3 Aug 2012 17:32:36 +0000 (13:32 -0400)
commitb6df4f7de49f0aa5fd513fbf85e9f400df7dd79b
tree226aa63fe8294b979d75df02a38590fff2b330c4
parent168ed72dc776137234878c669f3efdbcab65ef0e
desktop-shell: use the standard 'environ' variable

The variable '__environ' seems to be libc implementation specific, and
not avaible on Android.

Use the POSIX standard variable 'environ', which also luckily happens to
be available on Android, which is not POSIX.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/desktop-shell.c