mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Fix a macro in address.c so coccinelle can understand it
This commit is contained in:
parent
0abe89519b
commit
9f50a92a7e
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user