From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31342 invoked by alias); 29 Apr 2004 20:09:56 -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 31326 invoked from network); 29 Apr 2004 20:09:55 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 29 Apr 2004 20:09:55 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id DF656357B; Thu, 29 Apr 2004 13:09:53 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i3TK9qOi025950; Thu, 29 Apr 2004 13:09:52 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i3TK9pEm025945; Thu, 29 Apr 2004 13:09:51 -0700 Date: Thu, 29 Apr 2004 20:09:00 -0000 Message-Id: <200404292009.i3TK9pEm025945@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix ([BZ #140]) In-Reply-To: Jakub Jelinek's message of Thursday, 29 April 2004 19:28:05 +0200 <20040429172804.GV5191@sunsite.ms.mff.cuni.cz> X-Zippy-Says: Just imagine you're entering a state-of-the-art CAR WASH!! X-SW-Source: 2004-04/txt/msg00100.txt.bz2 > 2004-04-29 Jakub Jelinek > > [BZ #140] > * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h > include. > (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not > yet defined, #undef back after including linux/sysctl.h if defined > here. > (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef > back after including linux/sysctl.h if defined here. Applied. Thanks, Roland