--- ./include/linux/mmzone.h~ Fri Jan 25 23:42:19 2002 +++ ./include/linux/mmzone.h Fri Jan 25 23:43:28 2002 @@ -8,6 +8,7 @@ #include #include #include +#include /* * Free memory management - zoned buddy allocator. --- ./net/socket.c~ Sun Mar 31 01:24:57 2002 +++ ./net/socket.c Sun Mar 31 01:25:06 2002 @@ -112,7 +112,7 @@ * in the operation structures but are done directly via the socketcall() multiplexor. */ -static struct file_operations socket_file_ops = { +struct file_operations socket_file_ops = { llseek: no_llseek, read: sock_read, write: sock_write,