]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: change type of distribute_fds() prototype to return void
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2015 19:42:58 +0000 (20:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2015 20:03:49 +0000 (21:03 +0100)
commit9ff1a6f1d61d4569920d5b75c88cf1c2ad9adaae
treee96308b84a66e5d1bebac24ac5d98c8bcd627692
parent5a6158b6412100672e1cbddb22efdcc5101fed7f
core: change type of distribute_fds() prototype to return void

We can't handle errors of thisc all sanely anyway, and we never actually
return any errors from the unit type that implements the call.  Hence,
let's make this void, in order to simplify things.
src/core/manager.c
src/core/socket.c
src/core/unit.h