[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1165413068.5253.223.camel@pmac.infradead.org>
Date: Wed, 06 Dec 2006 13:51:07 +0000
From: David Woodhouse <dwmw2@...radead.org>
To: Jakub Jelinek <jakub@...hat.com>
Cc: Ulrich Drepper <drepper@...hat.com>, Thomas Graf <tgraf@...g.ch>,
"Joseph S. Myers" <joseph@...esourcery.com>,
netdev@...r.kernel.org, libc-alpha@...rceware.org, akpm@...l.org,
"David S. Miller" <davem@...emloft.net>
Subject: Re: Kernel header changes break glibc build
On Wed, 2006-12-06 at 14:43 +0100, Jakub Jelinek wrote:
>
> +/* 2.6.19 kernel headers helpfully removed some macros and
> + moved lots of stuff into new headers, some of which aren't
> + included by linux/rtnetlink.h. */
> +
> +#ifndef IFA_MAX
> +struct ifaddrmsg
> +{
> + uint8_t ifa_family;
> + uint8_t ifa_prefixlen;
> + uint8_t ifa_flags;
> + uint8_t ifa_scope;
> + uint32_t ifa_index;
> +};
> +
> +enum
> +{
> + IFA_UNSPEC,
> + IFA_ADDRESS,
> + IFA_LOCAL,
> + IFA_LABEL,
> + IFA_BROADCAST,
> + IFA_ANYCAST,
> + IFA_CACHEINFO,
> + IFA_MULTICAST
> +};
> +#endif
> +
> +#ifndef IFA_F_SECONDARY
> +# define IFA_F_SECONDARY 0x01
> +# define IFA_F_TEMPORARY IFA_F_SECONDARY
> +# define IFA_F_HOMEADDRESS 0x10
> +# define IFA_F_DEPRECATED 0x20
> +#endif
This much is still available from the new <linux/if_addr.h> -- you could
include that directly instead of copying it.
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists