projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeafc1a
)
ether-wake: remove #warning
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 27 Jan 2007 23:18:58 +0000
(23:18 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 27 Jan 2007 23:18:58 +0000
(23:18 -0000)
networking/ether-wake.c
patch
|
blob
|
history
diff --git
a/networking/ether-wake.c
b/networking/ether-wake.c
index e205ffc00073adca716ba4dad25eb78b8d22a7a1..7e3ef49484de9e22aa1d07acacc88b982bd8e089 100644
(file)
--- 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();