1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

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

This reverts commit b5554bcc1f6aa67b638a1f299434e6565eb86f47.
This commit is contained in:
Gaëtan Harter 2018-04-12 17:48:21 +02:00
parent 40c28d78c0
commit ea52528171

View File

@ -36,9 +36,6 @@
sa_family_t sa_prefix##family
#define __SOCKADDR_COMMON_SIZE (sizeof (unsigned short int))
#ifdef __MACH__
#define AF_LINK (18) /* Link layer interface */
#endif
#endif
#include <stdlib.h>