diff options
| author | Roy Marples <roy@marples.name> | 2020-05-10 11:05:23 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-10 11:05:23 +0100 |
| commit | 6c1e0dbd92be10ba63fac479e545c95dd983ea26 (patch) | |
| tree | 887d09fdddb8ba7fc8fb3a61480584e4cec8149c /src/privsep-root.h | |
| parent | 7932863863431872ca1279d28911a4b84b2bafa3 (diff) | |
| download | dhcpcd-6c1e0dbd92be10ba63fac479e545c95dd983ea26.tar.xz | |
privsep: Copy back 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 43727593..46608792 100644 --- a/src/privsep-root.h +++ b/src/privsep-root.h @@ -34,7 +34,7 @@ pid_t ps_root_start(struct dhcpcd_ctx *ctx); int ps_root_stop(struct dhcpcd_ctx *ctx); -ssize_t ps_root_readerror(struct dhcpcd_ctx *); +ssize_t ps_root_readerror(struct dhcpcd_ctx *, void *, size_t); ssize_t ps_root_docopychroot(struct dhcpcd_ctx *, const char *); ssize_t ps_root_copychroot(struct dhcpcd_ctx *, const char *); ssize_t ps_root_ioctl(struct dhcpcd_ctx *, ioctl_request_t, void *, size_t); |
