svn commit: trunk/busybox/networking
vda at busybox.net
vda at busybox.net
Sat Jan 27 23:18:58 UTC 2007
Author: vda
Date: 2007-01-27 15:18:58 -0800 (Sat, 27 Jan 2007)
New Revision: 17565
Log:
ether-wake: remove #warning
Modified:
trunk/busybox/networking/ether-wake.c
Changeset:
Modified: trunk/busybox/networking/ether-wake.c
===================================================================
--- trunk/busybox/networking/ether-wake.c 2007-01-27 23:15:50 UTC (rev 17564)
+++ trunk/busybox/networking/ether-wake.c 2007-01-27 23:18:58 UTC (rev 17565)
@@ -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();
More information about the busybox-cvs
mailing list