From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12656 invoked by alias); 1 Nov 2011 16:44:17 -0000 Received: (qmail 12639 invoked by uid 22791); 1 Nov 2011 16:44:14 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_BN X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Nov 2011 16:43:54 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id C15E22C093; Tue, 1 Nov 2011 09:43:52 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Ulrich Drepper Cc: GNU libc hackers Subject: Re: nscd/netlink changes In-Reply-To: Ulrich Drepper's message of Monday, 31 October 2011 21:23:22 -0400 References: <20111031234702.401FD2C0B1@topped-with-meat.com> Message-Id: <20111101164352.C15E22C093@topped-with-meat.com> Date: Tue, 01 Nov 2011 16:44:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=fe7WOzsF c=1 sm=1 a=kj9zAlcOel0A:10 a=VBywqKsGMKo5TGXWDeIA:9 a=CjuIK1q_8ugA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00001.txt.bz2 > > You use the header but this belongs to the libnl > > package, which AFAICT we are not actually using. > > I don't see any indication that this is the case. Where do you get this from? On an rpm-based system, use "rpm -qf /usr/include/netlink/netlink.h". > The file is included in gai.c. I see, sorry. My build had some missing .d files so I failed to recompile it. Thanks, Roland