systemd/src/activate
Zbigniew Jędrzejewski-Szmek 23ea3dab15 activate: avoid warning from -Wshadow
src/activate/activate.c:167:51: warning: declaration shadows a variable in the global scope [-Wshadow]
static int launch(char* name, char **argv, char **environ, int fds) {
                                                  ^
/usr/include/unistd.h:546:15: note: previous declaration is here
extern char **environ;
              ^
2013-03-20 19:16:01 -04:00
..
activate.c activate: avoid warning from -Wshadow 2013-03-20 19:16:01 -04:00