]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: stream_interface: remove si_fd() and its references
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 18:27:15 +0000 (19:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 19:53:29 +0000 (20:53 +0100)
commit7f7ad910563d3ad1ef3ea2c5a05c747ccc796d90
tree478c0051c6c3e4fc90fc2d8c413d621b5b840ddc
parent0ea0cf606e1da866b1c1e1b25dbe3472ccaaa6d8
BUILD: stream_interface: remove si_fd() and its references

si_fd() is not used a lot, and breaks builds on OpenBSD 5.2 which
defines this name for its own purpose. It's easy enough to remove
this one-liner function, so let's do it.
include/proto/stream_interface.h
src/dumpstats.c
src/frontend.c
src/proto_http.c
src/session.c
src/stream_interface.c