]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-network/sd-network.c
include <poll.h> instead of <sys/poll.h>
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 12 Feb 2015 13:06:32 +0000 (14:06 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 12 Feb 2015 19:47:38 +0000 (20:47 +0100)
commit0a6f50c0afdfc434b492493bd9efab20cbee8623
tree46f6a16167472de91b2773685cf9506f0576e493
parentc1ff5570f4a04bb9aedea444c12dce81679224ec
include <poll.h> instead of <sys/poll.h>

include-what-you-use automatically does this and it makes finding
unnecessary harder to spot. The only content of poll.h is a include
of sys/poll.h so should be harmless.
32 files changed:
man/sd_journal_get_fd.xml
src/ask-password/ask-password.c
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/proxy.c
src/bus-proxyd/stdio-bridge.c
src/bus-proxyd/test-bus-xml-policy.c
src/core/execute.c
src/core/manager.c
src/core/unit.c
src/initctl/initctl.c
src/journal/sd-journal.c
src/libsystemd/sd-bus/bus-socket.c
src/libsystemd/sd-bus/sd-bus.c
src/libsystemd/sd-login/sd-login.c
src/libsystemd/sd-login/test-login.c
src/libsystemd/sd-network/sd-network.c
src/libsystemd/sd-resolve/sd-resolve.c
src/libudev/libudev-monitor.c
src/reply-password/reply-password.c
src/resolve/resolved-manager.c
src/shared/ask-password-api.c
src/shared/logs-show.c
src/shared/spawn-polkit-agent.c
src/shared/util.c
src/shared/utmp-wtmp.c
src/shutdownd/shutdownd.c
src/tty-ask-password-agent/tty-ask-password-agent.c
src/udev/udev-ctrl.c
src/udev/udev-event.c
src/udev/udevadm-settle.c
src/udev/udevadm-test-builtin.c
src/udev/udevd.c