aboutsummaryrefslogtreecommitdiff
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 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
80static void __attribute__ ((noreturn)) show_usage(void) 80static void __attribute__ ((noreturn)) show_usage(void)
81{ 81{
82 printf( 82 printf(