]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: voidify unchecked close_nointr calls 20371/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 3 Aug 2021 14:00:40 +0000 (15:00 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 3 Aug 2021 14:02:19 +0000 (15:02 +0100)
commitb87dfaa2fa6a246bf4743adbf876001a74e82a3a
treedab8264989e86eca53970a40accf6d2741e48904
parent8954e891959448783e66ec5ee7a6bb6d4a0be82f
tree-wide: voidify unchecked close_nointr calls

These have ignored the return value forever. Two are public APIs so
we can't really change what they return anyway, and the other one is
a cleanup path and the existing error code is more important.

CID#1461274
CID#1461275
CID#1461276
src/libsystemd/sd-login/sd-login.c
src/libsystemd/sd-network/sd-network.c
src/login/logind-session-device.c