Re: parse error on compiling a 2.4.9 kernel

Richard Russon (ntfs@flatcap.org)
16 Sep 2001 23:04:01 +0100


Hi,

> when i configure my kernel i select ntfs support and then i launch a
> compiling process "make dep , make clean , make bzImage "
> and then i have this message :
> unistr.c: In function `ntfs_collate_names':
> ...

Yeah, it's a known problem. Simply add the following line to unistr.c

#include <linux/kernel.h>

Cheers,
FlatCap (Rich)
ntfs@flatcap.org

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