diff options
| author | Roy Marples <roy@marples.name> | 2020-06-04 11:25:11 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-06-04 11:25:11 +0100 |
| commit | 35f1d12310266ac17a24643ac9eefba13a103899 (patch) | |
| tree | 902af2fac4f6a0a1045b6b427707375d5eed0d6c /src/privsep-root.h | |
| parent | 2f16f1f6245649b1784da9835ff580d280ede1bf (diff) | |
| download | dhcpcd-35f1d12310266ac17a24643ac9eefba13a103899.tar.xz | |
privsep: Fix returning indirect ioctl data
Diffstat (limited to 'src/privsep-root.h')
| -rw-r--r-- | src/privsep-root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep-root.h b/src/privsep-root.h index 683e5654..a8e34227 100644 --- a/src/privsep-root.h +++ b/src/privsep-root.h @@ -47,7 +47,7 @@ ssize_t ps_root_script(struct dhcpcd_ctx *, const void *, size_t); int ps_root_getauthrdm(struct dhcpcd_ctx *, uint64_t *); int ps_root_getifaddrs(struct dhcpcd_ctx *, struct ifaddrs **); -ssize_t ps_root_os(struct ps_msghdr *, struct msghdr *); +ssize_t ps_root_os(struct ps_msghdr *, struct msghdr *, void **, size_t *); #if defined(BSD) || defined(__sun) ssize_t ps_root_route(struct dhcpcd_ctx *, void *, size_t); ssize_t ps_root_ioctllink(struct dhcpcd_ctx *, unsigned long, void *, size_t); |
