Package: kfreebsd-kernel-headers Version: 0.41 Severity: important Tags: patch
It prevents compilation for apps that include <net/if_var.h> Small update attached.
Index: debian/patches/009_inetutils.diff =================================================================== --- debian/patches/009_inetutils.diff (revision 2793) +++ debian/patches/009_inetutils.diff (working copy) @@ -55,7 +55,7 @@ -#define ifa_broadaddr ifa_dstaddr /* broadcast address interface */ + union + { -+ struct sockaddr *ifu_broadaddr /* broadcast address interface */ ++ struct sockaddr *ifu_broadaddr; /* broadcast address interface */ + struct sockaddr *ifu_dstaddr; /* other end of p-to-p link */ + } ifa_ifu; +/* These very same macros are defined by <ifaddrs.h> for `struct ifaddrs'.