diff options
| author | Roy Marples <roy@marples.name> | 2021-02-02 16:54:09 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2021-02-02 16:54:09 +0000 |
| commit | f6082bca98c2d16492d56e98ec9ea927c36c248a (patch) | |
| tree | 5138e7b056a70ff83836f1f966d43fc56f96c8d6 /src/privsep.h | |
| parent | 3c26587f67aefd49ddbaa5565622be6b0d3b6ccf (diff) | |
| download | dhcpcd-f6082bca98c2d16492d56e98ec9ea927c36c248a.tar.xz | |
Rename Master to Manager
Diffstat (limited to 'src/privsep.h')
| -rw-r--r-- | src/privsep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep.h b/src/privsep.h index 33916274..57fa7515 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -176,7 +176,7 @@ int ps_init(struct dhcpcd_ctx *); int ps_start(struct dhcpcd_ctx *); int ps_stop(struct dhcpcd_ctx *); int ps_entersandbox(const char *, const char **); -int ps_mastersandbox(struct dhcpcd_ctx *, const char *); +int ps_managersandbox(struct dhcpcd_ctx *, const char *); int ps_unrollmsg(struct msghdr *, struct ps_msghdr *, const void *, size_t); ssize_t ps_sendpsmmsg(struct dhcpcd_ctx *, int, |
