1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

lib: iov_buf does not need talloc.h anymore

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-12-27 12:24:13 +00:00 committed by Jeremy Allison
parent 40a0a90d7f
commit b4ceef0230

View File

@ -21,7 +21,6 @@
#define __LIB_IOV_BUF_H__
#include <unistd.h>
#include <talloc.h>
#include <stdint.h>
ssize_t iov_buflen(const struct iovec *iov, int iovlen);