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 | 606f8a3f1b826d36404aa5d79144ad1091a58976 (patch) | |
| tree | 887d09fdddb8ba7fc8fb3a61480584e4cec8149c /src/privsep-root.h | |
| parent | c37720e0403ea79278d503ef3c3d1963d9996a4c (diff) | |
| download | dhcpcd-606f8a3f1b826d36404aa5d79144ad1091a58976.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); |
