Re: parse error in ext2_fs_sb.h

Alan Cox (alan@lxorguk.ukuu.org.uk)
08 Aug 2002 21:05:44 +0100


On Thu, 2002-08-08 at 19:31, Rik van Ballegooijen wrote:
> When i was compiling some stuff, i got this error:
>
> Parse error before "u32"
>
> in the file (2.5.30):
>
> include/linux/ext2_fs_sb.h
>
> I changed the u32 to __u32 and it worked. Is this a (proper) solution?

u32 is used for stuff that shouldnt be visible to user space, only __u32
is available from user space. Are you building kernel code or user code
?

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