mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
parent
0e577869f3
commit
f56a9cbf9c
@ -248,8 +248,8 @@ int khash_put(khash *h, const void *buffer, size_t size) {
|
||||
|
||||
int khash_put_iovec(khash *h, const struct iovec *iovec, size_t n) {
|
||||
struct msghdr mh = {
|
||||
mh.msg_iov = (struct iovec*) iovec,
|
||||
mh.msg_iovlen = n,
|
||||
.msg_iov = (struct iovec*) iovec,
|
||||
.msg_iovlen = n,
|
||||
};
|
||||
ssize_t k;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user