X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fqnx4%2Ffile.c;h=b471315e24ef2869a0365c844205ca536925ec01;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=62af4b1348bda336cfcc90420a6f1b208f7f807f;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c index 62af4b134..b471315e2 100644 --- a/fs/qnx4/file.c +++ b/fs/qnx4/file.c @@ -12,14 +12,17 @@ * 27-06-1998 by Frank Denis : file overwriting. */ +#include +#include #include +#include #include /* * We have mostly NULL's here: the current defaults are ok for * the qnx4 filesystem. */ -const struct file_operations qnx4_file_operations = +struct file_operations qnx4_file_operations = { .llseek = generic_file_llseek, .read = generic_file_read,