From: Denis Vlasenko Date: Sat, 27 Jan 2007 23:18:58 +0000 (-0000) Subject: ether-wake: remove #warning X-Git-Tag: 1_5_1~264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6912ea146755c9ec5dddc20ec1c8e32c2d32cd82;p=oweals%2Fbusybox.git ether-wake: remove #warning --- diff --git a/networking/ether-wake.c b/networking/ether-wake.c index e205ffc00..7e3ef4948 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -223,8 +223,6 @@ static inline void get_dest_addr(const char *hostid, struct ether_addr *eaddr) #if !defined(__UCLIBC__) } else if (ether_hostton(hostid, eaddr) == 0) { bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr)); -#else -# warning Need to implement ether_hostton() for uClibc #endif } else bb_show_usage();