Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Jun 2002 12:03:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Jun 2002 12:03:14 -0400 Received: from d12lmsgate.de.ibm.com ([195.212.91.199]:4852 "EHLO d12lmsgate.de.ibm.com") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Tue, 25 Jun 2002 12:03:14 -0400 Content-Type: text/plain; charset="us-ascii" From: Martin Schwidefsky Organization: IBM Deutschland GmbH To: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: [PATCH] 2.5.24: auto_fs.h typo. Date: Tue, 25 Jun 2002 17:59:34 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Message-Id: <200206251759.34690.schwidefsky@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 938 Lines: 25 Hi Linus, my last patch for include/linux/auto_fs.h contained a typo that removed the trailing underscores from __x86_64__. blue skies, Martin. diff -urN linux-2.5.24/include/linux/auto_fs.h linux-2.5.24-s390/include/linux/auto_fs.h --- linux-2.5.24/include/linux/auto_fs.h Fri Jun 21 00:53:40 2002 +++ linux-2.5.24-s390/include/linux/auto_fs.h Fri Jun 21 14:46:59 2002 @@ -45,7 +45,7 @@ * If so, 32-bit user-space code should be backwards compatible. */ -#if defined(__sparc__) || defined(__mips__) || defined(__x86_64) \ +#if defined(__sparc__) || defined(__mips__) || defined(__x86_64__) \ || defined(__powerpc__) || defined(__s390__) typedef unsigned int autofs_wqt_t; #else - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/