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

This commit is contained in:
Nick Mathewson 2019-10-09 12:50:08 -04:00
parent 0abe89519b
commit 9f50a92a7e

View File

@ -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. */