[PATCH] util/nftl_format util/nftldump

DHollenbeck dick at softplc.com
Sun Feb 29 18:28:20 EST 2004


David,

RE: most recent snapshot, while trying to make util/nftl* utilities:

The util/Makefile had the subject utilities commented out.

Uncommenting created compile time errors.

A simple fix is the attached patch to nftl.h,

--- mtdold/include/linux/mtd/nftl.h    2003-05-23 06:25:02.000000000 -0500
+++ mtd/include/linux/mtd/nftl.h    2004-02-29 17:07:47.000000000 -0600
@@ -9,5 +9,8 @@

 #include <linux/mtd/mtd.h>
+
+#if defined(__KERNEL__)
 #include <linux/mtd/blktrans.h>
+#endif

 /* Block Control Information */


Dick Hollenbeck





More information about the linux-mtd mailing list