Skip to content
Snippets Groups Projects
Commit ea525281 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

Revert "posix/osx: fix missing AF_LINK on OSX native"

This reverts commit b5554bcc.
parent 40c28d78
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
sa_family_t sa_prefix##family sa_family_t sa_prefix##family
#define __SOCKADDR_COMMON_SIZE (sizeof (unsigned short int)) #define __SOCKADDR_COMMON_SIZE (sizeof (unsigned short int))
#ifdef __MACH__
#define AF_LINK (18) /* Link layer interface */
#endif
#endif #endif
#include <stdlib.h> #include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment