ntfs small slip in linux kernel 2.4.9

Oleg O. Ossovitskii (oleg@kgpa.ru)
Wed, 29 Aug 2001 12:07:52 +0300


Hello linux-kernel,

Linux kernel 2.4.9 does not compile if ntfs support is added. Small
fix see bottom.

=== cut ===
diff -u --recursive --new-file linux-2.4.9/fs/ntfs/unistr.c linux-2.4.9-oo1/fs/ntfs/unistr.c
--- linux-2.4.9/fs/ntfs/unistr.c Mon Aug 27 16:35:21 2001
+++ linux-2.4.9-oo1/fs/ntfs/unistr.c Mon Aug 27 16:23:25 2001
@@ -22,6 +22,7 @@
*/

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

#include "unistr.h"

=== cut ===

Best regards, Oleg O. Ossovitskii
system programmer of KGPA Ltd.
tel: +7(0112)46-23-40, fax: +7(0112)43-64-96
mailto:oleg@kgpa.ru, icq# 33366588

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