--- libelwix/inc/elwix/anet.h 2016/08/02 12:03:56 1.13 +++ libelwix/inc/elwix/anet.h 2017/01/09 12:53:18 1.14 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: anet.h,v 1.13 2016/08/02 12:03:56 misho Exp $ +* $Id: anet.h,v 1.14 2017/01/09 12:53:18 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -60,6 +60,8 @@ typedef union { struct sockaddr_in6 sin6; #ifndef __linux__ struct sockaddr_dl sdl; +#else + struct sockaddr_ll sll; #endif } sockaddr_t; #define E_SOCKADDR_INIT { .ss = { 0 } }