Re: Can't compile ntfs modules with 2.4.9

From: Kernel Mailing List (kernel@wildsau.idv-edu.uni-linz.ac.at)
Date: Sun Aug 19 2001 - 06:07:09 EST


> unistr.c: In function `ntfs_collate_names':
> unistr.c:99: warning: implicit declaration of function `min'

edit unistr.c, go to line 98. insert the following lines:

#undef min
#define min(a,b) (a<b?a:b)

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



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:30 EST