| Submitter | Andy Shevchenko |
|---|---|
| Date | Sept. 19, 2011, 11:25 a.m. |
| Message ID | <d94e72a2ae7292c5c890b1ad61f04bfdb983250c.1316431431.git.andriy.shevchenko@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/115392/ |
| State | New |
| Headers | show |
Comments
Amended the spacing as Brian asked and pushed the series, thanks!
Patch
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)