[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061206202236.GF8693@postel.suug.ch>
Date: Wed, 6 Dec 2006 21:22:36 +0100
From: Thomas Graf <tgraf@...g.ch>
To: Stefan Rompf <stefan@...lof.de>
Cc: David Woodhouse <dwmw2@...radead.org>,
"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
* Stefan Rompf <stefan@...lof.de> 2006-12-06 20:32
> According to a user's report, your change also broke compilation of my
> dhcpclient because it neeeds if_addr.h since 2.6.19. Any suggestion how to
> make one source code build on 2.6.19 and older headers? I hope you don't want
> me to check on UTS_RELEASE in a userspace program?
#ifndef IFA_MAX
#include <linux/if_addr.h>
#endif
-
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