patch-2.4.2 linux/fs/pipe.c

Next file: linux/fs/qnx4/inode.c
Previous file: linux/fs/partitions/osf.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/fs/pipe.c linux/fs/pipe.c
@@ -7,11 +7,12 @@
 #include <linux/mm.h>
 #include <linux/file.h>
 #include <linux/poll.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/init.h>
 
 #include <asm/uaccess.h>
+#include <asm/ioctls.h>
 
 /*
  * We use a start+len construction, which provides full use of the 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)