Skip to content
Snippets Groups Projects
Commit 9f50a92a authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a macro in address.c so coccinelle can understand it

parent 0abe8951
Branches
Tags
No related merge requests found
......@@ -1392,7 +1392,7 @@ get_interface_addresses_win32(int severity, sa_family_t family)
/* This is defined on Mac OS X */
#ifndef _SIZEOF_ADDR_IFREQ
#define _SIZEOF_ADDR_IFREQ sizeof
#define _SIZEOF_ADDR_IFREQ(x) sizeof(x)
#endif
/* Free ifc->ifc_buf safely. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment