diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-27 23:18:58 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-27 23:18:58 +0000 |
commit | 0d0df6ae61bfa68f1e1a30d584ad944e3e5f2e89 (patch) | |
tree | 8c1d8070ee34596e7e0a4e82c429a78e58c15b68 /networking | |
parent | bafa143d32a994f7e137fdd1a9268213c8e6cb88 (diff) | |
download | busybox-w32-0d0df6ae61bfa68f1e1a30d584ad944e3e5f2e89.tar.gz busybox-w32-0d0df6ae61bfa68f1e1a30d584ad944e3e5f2e89.tar.bz2 busybox-w32-0d0df6ae61bfa68f1e1a30d584ad944e3e5f2e89.zip |
ether-wake: remove #warning
git-svn-id: svn://busybox.net/trunk/busybox@17565 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ether-wake.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) | |||
223 | #if !defined(__UCLIBC__) | 223 | #if !defined(__UCLIBC__) |
224 | } else if (ether_hostton(hostid, eaddr) == 0) { | 224 | } else if (ether_hostton(hostid, eaddr) == 0) { |
225 | bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr)); | 225 | bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr)); |
226 | #else | ||
227 | # warning Need to implement ether_hostton() for uClibc | ||
228 | #endif | 226 | #endif |
229 | } else | 227 | } else |
230 | bb_show_usage(); | 228 | bb_show_usage(); |