Import lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.

Approved by:	trasz (mentor)
Sponsored by:	Conclusive Engineering Sp. z o. o.
This commit is contained in:
Jakub Wojciech Klama 2020-10-03 18:52:54 +00:00
commit 067bb8206d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366412

View File

@ -307,7 +307,7 @@ l9p_socket_send_response(struct l9p_request *req __unused,
static void
l9p_socket_drop_response(struct l9p_request *req __unused,
const struct iovec *iov, size_t niov __unused, void *arg)
const struct iovec *iov, size_t niov __unused, void *arg __unused)
{
L9P_LOG(L9P_DEBUG, "%p: drop buf=%p", arg, iov[0].iov_base);