2.4.9 Compile problem fix

Pierre Cyr (pierre.cyr@mcgill.ca)
Sun, 19 Aug 2001 20:59:10 -0400


Hi there,

I had to add a:

#include <linux/kernel.h>

to the file:

fs/ntfs/unistr.c

in order to get it to compile in the 2.4.9 kernel... The macro:

min(x,y) (((x)<(y))?(x):(y))

does not get included otherwise.

Cheers,

Pierre

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