Index: linux-2.5.56/mm/slab.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.56/mm/slab.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 slab.c
--- linux-2.5.56/mm/slab.c 10 Jan 2003 21:23:45 -0000 1.1.1.1
+++ linux-2.5.56/mm/slab.c 10 Jan 2003 21:41:17 -0000
@@ -502,7 +502,7 @@
#define slab_error(cachep, msg) __slab_error(__FUNCTION__, cachep, msg)
-static void __slab_error(char *function, kmem_cache_t *cachep, char *msg)
+static void __slab_error(const char *function, kmem_cache_t *cachep, char *msg)
{
printk(KERN_ERR "slab error in %s(): cache `%s': %s\n",
function, cachep->name, msg);
-- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/