All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org, jdubois@mc.com
Subject: Re: [patch 1/3]
Date: Fri, 27 Aug 2004 15:00:57 -0700	[thread overview]
Message-ID: <20040827220057.GA30360@smtp.west.cox.net> (raw)
In-Reply-To: <200408272153.OAA28839@av.mvista.com>

On Fri, Aug 27, 2004 at 02:53:04PM -0700, trini@kernel.crashing.org wrote:

> #   The following is from Jean-Christophe Dubois <jdubois@mc.com>.
> #   On Solaris 2.8, <stdint.h> does not exist, but <inttypes.h> does.
> #   However, on cygwin (the other odd place that the kernel is compiled
> #   on) <inttypes.h> doesn't exist.  So we end up with something like
> #   the following.
> #   
> #   Signed-off-by: Tom Rini <trini@kernel.crashing.org>

Arg, I thought I refpatch'ed, but didn't, so they all came out just a
bit wrong.  The descs elsewhere were correct, but this should have been:
On Solaris 2.8, <stdint.h> does not exist, but <inttypes.h> does.
However, on Cygwin (the other odd place that the kernel is compiled
on) <inttypes.h> doesn't exist.  So we end up testing for __sun__ and
using <inttypes.h> there, and <stdint.h> everywhere else.

-- 
Tom Rini
http://gate.crashing.org/~trini/

  reply	other threads:[~2004-08-27 22:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-27 21:53 [patch 1/3] trini
2004-08-27 22:00 ` Tom Rini [this message]
2004-08-29  8:10   ` Sam Ravnborg

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=20040827220057.GA30360@smtp.west.cox.net \
    --to=trini@kernel.crashing.org \
    --cc=jdubois@mc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.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.