You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/net-misc/wol/files/wol-0.7.1-linux-headers.patch

12 lines
303 B

--- a/src/magic.c
+++ b/src/magic.c
@@ -142,7 +142,7 @@ magic_assemble (struct magic *magic_buf, const char *mac_str,
}
for (j = 0; j < MAC_LEN; ++j)
- m[j] = ea.ETHER_ADDR_OCTET[j];
+ m[j] = ea.ether_addr_octet[j];
}
/* accommodate the packet chunk's size to the packet type */