summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/dhclient/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sbin/dhclient/options.c')
-rw-r--r--freebsd/sbin/dhclient/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sbin/dhclient/options.c b/freebsd/sbin/dhclient/options.c
index 209b6536..b31ab32a 100644
--- a/freebsd/sbin/dhclient/options.c
+++ b/freebsd/sbin/dhclient/options.c
@@ -52,8 +52,8 @@ __FBSDID("$FreeBSD$");
#define DHCP_OPTION_DATA
#include "dhcpd.h"
-int bad_options = 0;
-int bad_options_max = 5;
+static int bad_options = 0;
+static int bad_options_max = 5;
void parse_options(struct packet *);
void parse_option_buffer(struct packet *, unsigned char *, int);