From affb7a61a6576194b5c87635ad87d3b3b9e6575b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 5 Aug 2006 00:41:39 +0000 Subject: scripts/individual now builds 171 applets. Some of them may even work. :) --- networking/ether-wake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 75f065cdc..f4ca889fa 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -105,7 +105,7 @@ static inline void get_dest_addr(const char *arg, struct ether_addr *eaddr); static inline int get_fill(unsigned char *pkt, struct ether_addr *eaddr, int broadcast); static inline int get_wol_pw(const char *ethoptarg, unsigned char *wol_passwd); -int etherwake_main(int argc, char *argv[]) +int ether_wake_main(int argc, char *argv[]) { char *ifname = "eth0", *pass = NULL; unsigned long flags; -- cgit v1.2.3