--- libelwix/inc/elwix/anet.h 2016/05/14 11:31:38 1.9.4.1 +++ libelwix/inc/elwix/anet.h 2016/05/14 11:33:55 1.9.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: anet.h,v 1.9.4.1 2016/05/14 11:31:38 misho Exp $ +* $Id: anet.h,v 1.9.4.2 2016/05/14 11:33:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -58,7 +58,7 @@ typedef union { struct sockaddr_un sun; struct sockaddr_in sin; struct sockaddr_in6 sin6; -#ifdef sockaddr_dl +#ifndef __linux__ struct sockaddr_dl sdl; #endif } sockaddr_t;