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 740daaffb..55a672a6b 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -76,7 +76,7 @@ struct client_config_t client_config = { | |||
76 | arp: "\0\0\0\0\0\0", /* appease gcc-3.0 */ | 76 | arp: "\0\0\0\0\0\0", /* appease gcc-3.0 */ |
77 | }; | 77 | }; |
78 | 78 | ||
79 | #ifndef BB_VER | 79 | #ifndef IN_BUSYBOX |
80 | static void __attribute__ ((noreturn)) show_usage(void) | 80 | static void __attribute__ ((noreturn)) show_usage(void) |
81 | { | 81 | { |
82 | printf( | 82 | printf( |