X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fqnx4%2Ffile.c;fp=fs%2Fqnx4%2Ffile.c;h=b471315e24ef2869a0365c844205ca536925ec01;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=62af4b1348bda336cfcc90420a6f1b208f7f807f;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;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,