From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24700 invoked by alias); 9 Jan 2006 20:52:25 -0000 Received: (qmail 24683 invoked by uid 22791); 9 Jan 2006 20:52:24 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jan 2006 20:52:24 +0000 Received: from sunsite.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id k09KqIRL024855; Mon, 9 Jan 2006 21:52:18 +0100 Received: (from jj@localhost) by sunsite.mff.cuni.cz (8.13.1/8.13.1/Submit) id k09KqIF6024854; Mon, 9 Jan 2006 21:52:18 +0100 Date: Mon, 09 Jan 2006 20:52:00 -0000 From: Jakub Jelinek To: Ulrich Drepper Cc: "David S. Miller" , Glibc hackers Subject: Re: [PATCH] Assorted SPARC fixes Message-ID: <20060109205217.GX4625@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek References: <20060109145037.GW4625@sunsite.mff.cuni.cz> <43C2BE99.6070404@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C2BE99.6070404@redhat.com> User-Agent: Mutt/1.4.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00035.txt.bz2 On Mon, Jan 09, 2006 at 11:50:49AM -0800, Ulrich Drepper wrote: > Applied. Except the lxstat.c changes are missing. Oops, sorry, here it is (I had it in my tree, just it for some reason didn't make it into the patch): --- libc/sysdeps/unix/sysv/linux/sparc/sparc64/lxstat.c 2005-11-07 16:44:37.601838500 -0500 +++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/lxstat.c 2006-01-08 14:55:41.000000000 -0500 @@ -0,0 +1 @@ +#include "../../i386/lxstat.c" Jakub