aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dumpleases.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dumpleases.c')
-rw-r--r--networking/udhcp/dumpleases.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c
index 46610fc63..a15e409cc 100644
--- a/networking/udhcp/dumpleases.c
+++ b/networking/udhcp/dumpleases.c
@@ -18,9 +18,9 @@ int dumpleases_main(int argc UNUSED_PARAM, char **argv)
18 struct in_addr addr; 18 struct in_addr addr;
19 19
20 enum { 20 enum {
21 OPT_a = 0x1, // -a 21 OPT_a = 0x1, // -a
22 OPT_r = 0x2, // -r 22 OPT_r = 0x2, // -r
23 OPT_f = 0x4, // -f 23 OPT_f = 0x4, // -f
24 }; 24 };
25#if ENABLE_LONG_OPTS 25#if ENABLE_LONG_OPTS
26 static const char dumpleases_longopts[] ALIGN1 = 26 static const char dumpleases_longopts[] ALIGN1 =