mtd/util compr.c,1.5,1.6 compr.h,1.4,1.5
havasi at infradead.org
havasi at infradead.org
Thu Jun 24 05:53:00 EDT 2004
- Previous message: mtd/fs/jffs2 compr.c, 1.39, 1.40 compr.h, 1.4, 1.5 compr_lzari.c,
1.2, 1.3 compr_lzo.c, 1.2, 1.3 compr_rtime.c, 1.13,
1.14 compr_rubin.c, 1.19, 1.20 compr_zlib.c, 1.27, 1.28 proc.c,
1.1, 1.2
- Next message: mtd/fs/jffs2 compr.c,1.40,1.41 proc.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/home/havasi/mtd/util
Modified Files:
compr.c compr.h
Log Message:
- adding KERN_XXX defines (for userspace)
Index: compr.c
===================================================================
RCS file: /home/cvs/mtd/util/compr.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- compr.c 23 Jun 2004 16:35:58 -0000 1.5
+++ compr.c 24 Jun 2004 09:52:57 -0000 1.6
@@ -466,7 +466,7 @@
}
-int jffs2_compressors_init(void)
+int jffs2_compressors_init(void)
{
#ifdef CONFIG_JFFS2_ZLIB
jffs2_zlib_init();
Index: compr.h
===================================================================
RCS file: /home/cvs/mtd/util/compr.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- compr.h 23 Jun 2004 16:35:58 -0000 1.4
+++ compr.h 24 Jun 2004 09:52:57 -0000 1.5
@@ -48,6 +48,15 @@
#define printk(...) fprintf(stderr,__VA_ARGS__)
+#define KERN_EMERG
+#define KERN_ALERT
+#define KERN_CRIT
+#define KERN_ERR
+#define KERN_WARNING
+#define KERN_NOTICE
+#define KERN_INFO
+#define KERN_DEBUG
+
struct list_head {
struct list_head *next, *prev;
};
- Previous message: mtd/fs/jffs2 compr.c, 1.39, 1.40 compr.h, 1.4, 1.5 compr_lzari.c,
1.2, 1.3 compr_lzo.c, 1.2, 1.3 compr_rtime.c, 1.13,
1.14 compr_rubin.c, 1.19, 1.20 compr_zlib.c, 1.27, 1.28 proc.c,
1.1, 1.2
- Next message: mtd/fs/jffs2 compr.c,1.40,1.41 proc.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list