| Kernel v2.4.2-pre4 /fs/ioctl.c |
|---|
 2.4.2-pre4
 fs
 ioctl.c
diff -u --recursive --new-file v2.4.1/linux/fs/ioctl.c linux/fs/ioctl.c
--- v2.4.1/linux/fs/ioctl.c Sat Aug 12 19:48:04 2000
+++ linux/fs/ioctl.c Fri Feb 9 11:29:44 2001
@@ -9,6 +9,7 @@
#include <linux/file.h>
#include <asm/uaccess.h>
+#include <asm/ioctls.h>
static int file_ioctl(struct file *filp,unsigned int cmd,unsigned long arg)
{
|