mtd/fs/jffs2 compr.c,1.24,1.25

David Woodhouse dwmw2 at infradead.org
Thu Jan 9 09:03:40 EST 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv28505

Modified Files:
	compr.c 
Log Message:
eCos support

Index: compr.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/compr.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- compr.c	20 May 2002 14:56:37 -0000	1.24
+++ compr.c	9 Jan 2003 14:03:37 -0000	1.25
@@ -11,7 +11,7 @@
  *
  */
 
-#ifdef __KERNEL__
+#if defined(__KERNEL__) || defined (__ECOS)
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <linux/errno.h>





More information about the linux-mtd-cvs mailing list