Re: [patch 1/3]

From: Sam Ravnborg
Date: Sun Aug 29 2004 - 03:10:19 EST


On Fri, Aug 27, 2004 at 03:00:57PM -0700, Tom Rini wrote:
> On Fri, Aug 27, 2004 at 02:53:04PM -0700, trini@xxxxxxxxxxxxxxxxxxx wrote:
>
> > # The following is from Jean-Christophe Dubois <jdubois@xxxxxx>.
> > # 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@xxxxxxxxxxxxxxxxxxx>
>
> 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.

All three patches applied - thanks!

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/