[PATCH] fs/ntfs/unistr.c wont compile in 2.4.9

Bjorn Wesen (bjorn@sparta.lu.se)
Wed, 29 Aug 2001 23:00:33 +0200 (MET DST)


In case you haven't already fixed it in a pre- kernel.. min() is
unrecognized without linux/kernel.h included here.

--- unistr.c~ Thu Aug 30 23:48:34 2001
+++ unistr.c Thu Aug 30 23:58:39 2001
@@ -22,6 +22,7 @@
*/

#include <linux/string.h>
+#include <linux/kernel.h>
#include <asm/byteorder.h>

#include "unistr.h"

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