patch-2.1.45 linux/include/linux/slab.h

Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/simp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.44/linux/include/linux/slab.h linux/include/linux/slab.h
@@ -57,7 +57,7 @@
 
 extern void *kmalloc(size_t, int);
 extern void kfree(const void *);
-extern void kfree_s(void *, size_t);
+extern void kfree_s(const void *, size_t);
 
 extern int kmem_cache_reap(int, int, int);
 extern int get_slabinfo(char *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov