From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20046 invoked by alias); 3 Apr 2006 11:06:07 -0000 Received: (qmail 20029 invoked by uid 22791); 3 Apr 2006 11:06:07 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Apr 2006 11:06:04 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 924D01D7A4 for ; Mon, 3 Apr 2006 13:06:01 +0200 (CEST) From: Andreas Schwab To: libc-hacker@sourceware.org Subject: Fix use of include guard in X-Yow: I put aside my copy of ``BOWLING WORLD'' and think about GUN CONTROL legislation.. Date: Mon, 03 Apr 2006 11:06:00 -0000 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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-04/txt/msg00001.txt.bz2 With the unified powerpc kernel headers the include guard for has changed. Andreas. 2006-04-03 Andreas Schwab * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Adjust test for . --- sysdeps/unix/sysv/linux/powerpc/sys/procfs.h +++ sysdeps/unix/sysv/linux/powerpc/sys/procfs.h 2006/01/12 15:29:43 @@ -35,7 +35,7 @@ __BEGIN_DECLS /* These definitions are normally provided by ucontext.h via asm/sigcontext.h, asm/ptrace.h, and asm/elf.h. Otherwise we define them here. */ -#ifndef __PPC64_ELF_H +#if !defined __PPC64_ELF_H && !defined _ASM_POWERPC_ELF_H #define ELF_NGREG 48 /* includes nip, msr, lr, etc. */ #define ELF_NFPREG 33 /* includes fpscr */ #if __WORDSIZE == 32 -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."