From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7259 invoked by alias); 11 Sep 2002 22:04:44 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 7243 invoked from network); 11 Sep 2002 22:04:44 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.195) by sources.redhat.com with SMTP; 11 Sep 2002 22:04:44 -0000 Received: from dhcp187.sf.frob.com (dhcp187.sf.frob.com [192.168.1.187]) by gateway.sf.frob.com (8.11.1/8.9.1) with ESMTP id g8BM3RX10036; Wed, 11 Sep 2002 15:03:27 -0700 (PDT) Received: (from roland@localhost) by dhcp187.sf.frob.com (8.11.6/8.11.6) id g8BM3PR05208; Wed, 11 Sep 2002 15:03:26 -0700 Date: Wed, 11 Sep 2002 15:04:00 -0000 From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix dl-environ.c Message-ID: <20020911150322.F15869@dhcp187.sf.frob.com> References: <20020911235402.S1013@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020911235402.S1013@sunsite.ms.mff.cuni.cz>; from jakub@redhat.com on Wed, Sep 11, 2002 at 11:54:02PM +0200 X-SW-Source: 2002-09/txt/msg00014.txt.bz2 D'oh! I don't see why that should be avoiding normal string routines, so I instead just snarfed the loop from the vanilla unsetenv, which does the same but using strncmp.