From: "David S. Miller" <davem@redhat.com>
To: Michal Kochanowicz <michal@michal.waw.pl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6.0-test6] definition and usage of __u64/__s64 inconsistent?
Date: Fri, 3 Oct 2003 02:03:17 -0700 [thread overview]
Message-ID: <20031003020317.4d582970.davem@redhat.com> (raw)
In-Reply-To: <20031003085412.GA4602@wieszak.lan>
On Fri, 3 Oct 2003 10:54:12 +0200
Michal Kochanowicz <michal@michal.waw.pl> wrote:
> The file asm/types.h is _unconditionally_ included from linux/cdrom.h
> and linux/loop.h and both files use __u64 unonditionally. Isn't this an
> error?
Not really.
We could fix this by using the __extension__ keyword and thereby
get rid of the __STRICT_ANSI__ check and situations like your's
would work.
next prev parent reply other threads:[~2003-10-03 9:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-03 8:54 [2.6.0-test6] definition and usage of __u64/__s64 inconsistent? Michal Kochanowicz
2003-10-03 9:03 ` David S. Miller [this message]
2003-10-03 18:12 ` Michal Kochanowicz
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=20031003020317.4d582970.davem@redhat.com \
--to=davem@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michal@michal.waw.pl \
/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.