public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/7] jffs2reader: update the header inclusion block
@ 2011-09-19 11:25 Andy Shevchenko
  2011-09-19 11:25 ` [PATCH 2/7] jffs2reader: eliminate compiler errors Andy Shevchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Andy Shevchenko @ 2011-09-19 11:25 UTC (permalink / raw)
  To: Artem Bityutskiy, linux-mtd; +Cc: Alexey Dokuchaev, Andy Shevchenko

Signed-off-by: Alexey Dokuchaev <danfe@nsu.ru>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 jffs2reader.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jffs2reader.c b/jffs2reader.c
index d5a3d95..11f841d 100644
--- a/jffs2reader.c
+++ b/jffs2reader.c
@@ -64,7 +64,6 @@ BUGS:
 
 #define PROGRAM_NAME "jffs2reader"
 
-#include <errno.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -74,9 +73,10 @@ BUGS:
 #include <time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/param.h>
 #include <dirent.h>
-#include <linux/jffs2.h>
+#include <zlib.h>
+
+#include "mtd/jffs2-user.h"
 #include "common.h"
 
 #define SCRATCH_SIZE (5*1024*1024)
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-09-21  6:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 11:25 [PATCH 1/7] jffs2reader: update the header inclusion block Andy Shevchenko
2011-09-19 11:25 ` [PATCH 2/7] jffs2reader: eliminate compiler errors Andy Shevchenko
2011-09-20 21:11   ` Brian Norris
2011-09-19 11:25 ` [PATCH 3/7] jffs2reader: introduce ADD_BYTES macro Andy Shevchenko
2011-09-19 11:25 ` [PATCH 4/7] jffs2reader: get rid of linker error Andy Shevchenko
2011-09-19 11:25 ` [PATCH 5/7] jffs2reader: use const char * for path variables Andy Shevchenko
2011-09-19 11:25 ` [PATCH 6/7] jffs2reader: print ctime only by user's request Andy Shevchenko
2011-09-19 11:25 ` [PATCH 7/7] jffs2reader: use major() and minor() helpers Andy Shevchenko
2011-09-21  6:33 ` [PATCH 1/7] jffs2reader: update the header inclusion block Bityutskiy, Artem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox