]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h
authorWilly Tarreau <w@1wt.eu>
Tue, 26 Apr 2022 08:30:35 +0000 (10:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Apr 2022 08:59:48 +0000 (10:59 +0200)
commit7e2e4f8401447694f3f1158210708deb8c755864
tree19421b42c8b7668b1e7263da85a8dc64b3d7b5b1
parent382474348c681cc6277603d1a40ac438690a987c
CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h

There were plenty of leftovers from old code that were never removed
and that are not needed at all since these files do not use any
definition depending on fcntl.h, let's drop them.
25 files changed:
src/backend.c
src/cfgparse-global.c
src/cfgparse-listen.c
src/cfgparse-ssl.c
src/cfgparse-tcp.c
src/cfgparse-unix.c
src/cfgparse.c
src/check.c
src/extcheck.c
src/frontend.c
src/listener.c
src/peers.c
src/proto_udp.c
src/proto_uxdg.c
src/proxy.c
src/resolvers.c
src/ssl_sample.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/tcp_act.c
src/tcp_sample.c
src/tcpcheck.c
src/thread.c
src/xprt_quic.c