Systemd/src/libsystemd/sd-login
Harald Hoyer a7f7d1bde4 fix gcc warnings about uninitialized variables
like:

src/shared/install.c: In function ‘unit_file_lookup_state’:
src/shared/install.c:1861:16: warning: ‘r’ may be used uninitialized in
this function [-Wmaybe-uninitialized]
         return r < 0 ? r : state;
                ^
src/shared/install.c:1796:13: note: ‘r’ was declared here
         int r;
             ^
2015-03-27 14:57:38 +01:00
..
Makefile build-sys: add makefile link 2014-03-24 19:57:29 +01:00
sd-login.c fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
test-login.c include <poll.h> instead of <sys/poll.h> 2015-02-12 20:47:38 +01:00