From: "H. Peter Anvin" <hpa@zytor.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.24: auto_fs.h typo.
Date: 25 Jun 2002 18:15:02 -0700 [thread overview]
Message-ID: <afb4im$6nl$1@cesium.transmeta.com> (raw)
In-Reply-To: 200206251759.34690.schwidefsky@de.ibm.com
Followup to: <200206251759.34690.schwidefsky@de.ibm.com>
By author: Martin Schwidefsky <schwidefsky@de.ibm.com>
In newsgroup: linux.dev.kernel
>
> 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
>
Please change this to:
#ifndef __alpha__
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt <amsp@zytor.com>
next prev parent reply other threads:[~2002-06-26 1:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-25 15:59 [PATCH] 2.5.24: auto_fs.h typo Martin Schwidefsky
2002-06-26 1:15 ` H. Peter Anvin [this message]
2002-06-26 12:31 ` Andreas Schwab
2002-06-26 14:23 ` H. Peter Anvin
2002-06-27 3:58 ` David Mosberger
2002-06-27 14:24 ` H. Peter Anvin
2002-07-01 20:14 ` David Mosberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='afb4im$6nl$1@cesium.transmeta.com' \
--to=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.