[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070308083543.GA5213@infradead.org>
Date: Thu, 8 Mar 2007 08:35:43 +0000
From: Christoph Hellwig <hch@...radead.org>
To: Jan Engelhardt <jengelh@...ux01.gwdg.de>
Cc: Christoph Hellwig <hch@...radead.org>,
Deepak Saxena <dsaxena@...xity.net>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fix building kernel under Solaris
On Wed, Mar 07, 2007 at 11:45:11PM +0100, Jan Engelhardt wrote:
>
> On Mar 7 2007 09:42, Christoph Hellwig wrote:
> >> #include <sys/time.h>
> >> #include <sys/ioctl.h>
> >> #include <sys/types.h>
> >> +#ifndef __sun__
> >> #include <asm/types.h>
> >> #endif
> >> +#endif
> >
> >So if solaris doesn't need it, why do we need it on Linux?
>
> For __s32 and __s16.
We shouldn't use those from asm/types.h on Linux either, but
get them consitantly by defining them to the C99 or BSD types
from the libc headers.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists