--- linux-2.4.25-pre8-ref/arch/x86_64/ia32/ia32_ioctl.c 2004-02-09 12:49:05.000000000 -0700 +++ linux-2.4.25-pre8/arch/x86_64/ia32/ia32_ioctl.c 2004-02-09 12:00:52.000000000 -0700 @@ -129,6 +129,8 @@ #define EXT2_IOC32_GETVERSION _IOR('v', 1, int) #define EXT2_IOC32_SETVERSION _IOW('v', 2, int) +EXPORT_SYMBOL(sys_ioctl); + extern asmlinkage int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg); static int w_long(unsigned int fd, unsigned int cmd, unsigned long arg)