ifchd.c: resolv_conf_fd can be static.

This commit is contained in:
Nicholas J. Kain 2014-03-12 16:14:48 -04:00
parent b9a30f0653
commit 2afd963ad0

View File

@ -64,7 +64,7 @@ static int epollfd, signalFd;
/* Slots are for signalFd and the ndhc -> ifchd pipe. */
static struct epoll_event events[2];
int resolv_conf_fd = -1;
static int resolv_conf_fd = -1;
/* int ntp_conf_fd = -1; */
/* If true, allow HOSTNAME changes from dhcp server. */