From bd1ae178336a3d9143feea35bb4885c923581e1d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Oct 2023 16:01:38 +0200 Subject: io-util: split out "struct iovec" related calls into their own .c/.h files This is preparation for #28891, which adds a bunch more helpers around "struct iovec", at which point this really deserves its own .c/.h file. The idea is that we sooner or later can consider "struct iovec" as an entirely generic mechanism to reference some binary blob, and is the go-to type for this purpose whenever we need one. --- src/libsystemd-network/sd-dhcp-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd-network/sd-dhcp-client.c') diff --git a/src/libsystemd-network/sd-dhcp-client.c b/src/libsystemd-network/sd-dhcp-client.c index 7ecd207993..a74a239e12 100644 --- a/src/libsystemd-network/sd-dhcp-client.c +++ b/src/libsystemd-network/sd-dhcp-client.c @@ -24,7 +24,7 @@ #include "event-util.h" #include "fd-util.h" #include "hostname-util.h" -#include "io-util.h" +#include "iovec-util.h" #include "memory-util.h" #include "network-common.h" #include "random-util.h" -- cgit v1.2.3