patch-2.4.2 linux/net/wanrouter/wanmain.c
Next file: linux/net/wanrouter/wanproc.c
Previous file: linux/net/unix/garbage.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 9 11:29:44 2001
- Orig file:
v2.4.1/linux/net/wanrouter/wanmain.c
- Orig date:
Thu Feb 17 09:18:47 2000
diff -u --recursive --new-file v2.4.1/linux/net/wanrouter/wanmain.c linux/net/wanrouter/wanmain.c
@@ -41,7 +41,7 @@
#include <linux/errno.h> /* return codes */
#include <linux/kernel.h>
#include <linux/module.h> /* support for loadable modules */
-#include <linux/malloc.h> /* kmalloc(), kfree() */
+#include <linux/slab.h> /* kmalloc(), kfree() */
#include <linux/mm.h> /* verify_area(), etc. */
#include <linux/string.h> /* inline mem*, str* functions */
#include <linux/vmalloc.h> /* vmalloc, vfree */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)