From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13271 invoked by alias); 12 Aug 2007 22:55:49 -0000 Received: (qmail 12987 invoked by uid 22791); 12 Aug 2007 22:55:47 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 12 Aug 2007 22:55:42 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7CMte00030575 for ; Sun, 12 Aug 2007 18:55:40 -0400 Received: from gateway.sf.frob.com (vpn-14-155.rdu.redhat.com [10.11.14.155]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7CMtdWP024938; Sun, 12 Aug 2007 18:55:40 -0400 Received: from magilla.localdomain (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id ED4E8357B; Sun, 12 Aug 2007 15:55:38 -0700 (PDT) Received: by magilla.localdomain (Postfix, from userid 5281) id BB75D4D057D; Sun, 12 Aug 2007 15:55:08 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Andreas Jaeger , Glibc hackers Subject: Re: [PATCH] ldconfig speedup In-Reply-To: Jakub Jelinek's message of Sunday, 12 August 2007 21:57:35 +0200 <20070812195735.GK4603@sunsite.mff.cuni.cz> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. Message-Id: <20070812225508.BB75D4D057D@magilla.localdomain> Date: Sun, 12 Aug 2007 22:55:00 -0000 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: 2007-08/txt/msg00011.txt.bz2 > +static unsigned int primes[] = const Otherwise, I think this is ready to go in now. Thanks, Roland