Diff for /embedaddon/sudo/plugins/sudoers/interfaces.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2012/05/29 12:26:49
Line 27 Line 27
  */   */
 union sudo_in_addr_un {  union sudo_in_addr_un {
     struct in_addr ip4;      struct in_addr ip4;
#ifdef HAVE_IN6_ADDR#ifdef HAVE_STRUCT_IN6_ADDR
     struct in6_addr ip6;      struct in6_addr ip6;
 #endif  #endif
 };  };

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>