]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove vector socket functions from Unix socket code and library headers
authorWitold Kręcicki <wpk@isc.org>
Fri, 26 Oct 2018 19:07:24 +0000 (19:07 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 31 Oct 2018 11:12:53 +0000 (12:12 +0100)
commit54b9690a4e52a4e36022e4a4b0247fb42ea076aa
treef28c0308ace91b656dfcd7b29139a6983f775079
parent76ec6861e512ef740b1269e4b77a725d7cc94226
Remove vector socket functions from Unix socket code and library headers

Remove the following functions in order to simplify socket code:

  - isc_socket_recvv()
  - isc_socket_sendtov()
  - isc_socket_sendtov2()
  - isc_socket_sendv()
lib/dns/dispatch.c
lib/isc/include/isc/socket.h
lib/isc/unix/socket.c