mtd/fs/jffs2/ecos/tests jffs2_1.c,1.2,1.3
lunn at infradead.org
lunn at infradead.org
Wed Aug 3 16:39:03 EDT 2005
Update of /home/cvs/mtd/fs/jffs2/ecos/tests
In directory phoenix.infradead.org:/tmp/cvs-serv6149/tests
Modified Files:
jffs2_1.c
Log Message:
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
Index: jffs2_1.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/tests/jffs2_1.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jffs2_1.c 30 Jul 2005 15:25:46 -0000 1.2
+++ jffs2_1.c 3 Aug 2005 20:39:00 -0000 1.3
@@ -73,6 +73,7 @@
#include <errno.h>
#include <string.h>
#include <dirent.h>
+#include <stdio.h>
#include <cyg/fileio/fileio.h>
More information about the linux-mtd-cvs
mailing list