diff options
Diffstat (limited to 'src/dhcpcd.h')
| -rw-r--r-- | src/dhcpcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpcd.h b/src/dhcpcd.h index 8a21277c..d7fb8164 100644 --- a/src/dhcpcd.h +++ b/src/dhcpcd.h @@ -199,7 +199,7 @@ struct dhcpcd_ctx { #ifdef PRIVSEP struct passwd *ps_user; /* struct passwd for privsep user */ pid_t ps_root_pid; - int ps_root_fd; /* Privileged Actioneer commands */ + int ps_root_fd; /* Privileged Proxy commands */ int ps_log_fd; /* chroot logging */ int ps_data_fd; /* Data from root spawned processes */ struct eloop *ps_eloop; /* eloop for polling root data */ |
