Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
am 65c37c8: Merge "Fixed an unused param warning"
Browse files Browse the repository at this point in the history
* commit '65c37c81ba64f7ec803dcec976a768d3aac9e6c3':
  Fixed an unused param warning
  • Loading branch information
stephenhines authored and Android Git Automerger committed Aug 8, 2012
2 parents f442cf2 + 65c37c8 commit d2e826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnetutils/packet.c
Expand Up @@ -39,7 +39,7 @@

int fatal();

int open_raw_socket(const char *ifname, uint8_t *hwaddr, int if_index)
int open_raw_socket(const char *ifname __attribute__((unused)), uint8_t *hwaddr, int if_index)
{
int s, flag;
struct sockaddr_ll bindaddr;
Expand Down

0 comments on commit d2e826b

Please sign in to comment.