commit | 6912ea146755c9ec5dddc20ec1c8e32c2d32cd82 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 27 23:18:58 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 27 23:18:58 2007 +0000 |
tree | 8c1d8070ee34596e7e0a4e82c429a78e58c15b68 | |
parent | eeafc1a05743d1f3c899f1291e818f8e2b236e52 [diff] |
ether-wake: remove #warning
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index e205ffc..7e3ef49 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c
@@ -223,8 +223,6 @@ #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();