Re: [PATCH] Fix building kernel under Solaris

From: Jan Engelhardt
Date: Wed Mar 07 2007 - 17:48:11 EST



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.


Jan
--
-
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/