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:
parent
40a0a90d7f
commit
b4ceef0230
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user