patch-2.3.23 linux/include/linux/slab.h
Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/shm.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Oct 22 12:46:29 1999
-  Orig file: 
v2.3.22/linux/include/linux/slab.h
-  Orig date: 
Wed Aug 18 16:43:42 1999
diff -u --recursive --new-file v2.3.22/linux/include/linux/slab.h linux/include/linux/slab.h
@@ -45,7 +45,7 @@
 #define	SLAB_CTOR_VERIFY	0x004UL		/* tell constructor it's a verify call */
 
 /* prototypes */
-extern long kmem_cache_init(long, long);
+extern void kmem_cache_init(void);
 extern void kmem_cache_sizes_init(void);
 extern kmem_cache_t *kmem_find_general_cachep(size_t);
 extern kmem_cache_t *kmem_cache_create(const char *, size_t, size_t, unsigned long,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)