aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r--networking/udhcp/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h
index 5e9adf881..33a968ce9 100644
--- a/networking/udhcp/options.h
+++ b/networking/udhcp/options.h
@@ -6,7 +6,7 @@
6#define TYPE_MASK 0x0F 6#define TYPE_MASK 0x0F
7 7
8enum { 8enum {
9 OPTION_IP=1, 9 OPTION_IP = 1,
10 OPTION_IP_PAIR, 10 OPTION_IP_PAIR,
11 OPTION_STRING, 11 OPTION_STRING,
12#if ENABLE_FEATURE_RFC3397 12#if ENABLE_FEATURE_RFC3397