summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 961a1712a..ca478b3c5 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -37,7 +37,7 @@ static smallint listen_mode;
37 37
38static smallint state; 38static smallint state;
39 39
40struct client_config_t client_config; 40/* struct client_config_t client_config is in bb_common_bufsiz1 */
41 41
42 42
43/* just a little helper */ 43/* just a little helper */