ether-wake: remove #warning
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jan 2007 23:18:58 +0000 (23:18 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jan 2007 23:18:58 +0000 (23:18 -0000)
networking/ether-wake.c

index e205ffc00073adca716ba4dad25eb78b8d22a7a1..7e3ef49484de9e22aa1d07acacc88b982bd8e089 100644 (file)
@@ -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();