scripts/individual now builds 171 applets. Some of them may even work. :)

This commit is contained in:
Rob Landley
2006-08-05 00:41:39 +00:00
parent 59fe8b9089
commit affb7a61a6
4 changed files with 31 additions and 4 deletions

View File

@@ -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;