diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
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 | ||
38 | static smallint state; | 38 | static smallint state; |
39 | 39 | ||
40 | struct 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 */ |