From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11639 invoked by alias); 1 Nov 2011 01:23:58 -0000 Received: (qmail 11623 invoked by uid 22791); 1 Nov 2011 01:23:57 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BN X-Spam-Check-By: sourceware.org Received: from mail-vx0-f175.google.com (HELO mail-vx0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Nov 2011 01:23:44 +0000 Received: by vcbf1 with SMTP id f1so6187786vcb.20 for ; Mon, 31 Oct 2011 18:23:43 -0700 (PDT) Received: by 10.52.30.194 with SMTP id u2mr6283233vdh.13.1320110623100; Mon, 31 Oct 2011 18:23:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.107.4 with HTTP; Mon, 31 Oct 2011 18:23:22 -0700 (PDT) In-Reply-To: <20111031234702.401FD2C0B1@topped-with-meat.com> References: <20111031234702.401FD2C0B1@topped-with-meat.com> From: Ulrich Drepper Date: Tue, 01 Nov 2011 01:23:00 -0000 Message-ID: Subject: Re: nscd/netlink changes To: Roland McGrath Cc: GNU libc hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/msg00000.txt.bz2 On Mon, Oct 31, 2011 at 19:47, Roland McGrath wrote: > 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 fr= om? > Next, I suspect you had some nscd/Makefile changes that you didn't commit. > The check_pf.c changes seem to suggest that you want to compile that file > separately into nscd rather than using the library version. =C2=A0But not= hing > does that. The file is included in gai.c.