--- embedaddon/sudo/plugins/sudoers/interfaces.h 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/plugins/sudoers/interfaces.h 2012/05/29 12:26:49 1.1.1.2 @@ -27,7 +27,7 @@ */ union sudo_in_addr_un { struct in_addr ip4; -#ifdef HAVE_IN6_ADDR +#ifdef HAVE_STRUCT_IN6_ADDR struct in6_addr ip6; #endif };