ifchd.c: resolv_conf_fd can be static.
This commit is contained in:
parent
b9a30f0653
commit
2afd963ad0
@ -64,7 +64,7 @@ static int epollfd, signalFd;
|
|||||||
/* Slots are for signalFd and the ndhc -> ifchd pipe. */
|
/* Slots are for signalFd and the ndhc -> ifchd pipe. */
|
||||||
static struct epoll_event events[2];
|
static struct epoll_event events[2];
|
||||||
|
|
||||||
int resolv_conf_fd = -1;
|
static int resolv_conf_fd = -1;
|
||||||
/* int ntp_conf_fd = -1; */
|
/* int ntp_conf_fd = -1; */
|
||||||
|
|
||||||
/* If true, allow HOSTNAME changes from dhcp server. */
|
/* If true, allow HOSTNAME changes from dhcp server. */
|
||||||
|
Loading…
Reference in New Issue
Block a user