linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / ncpfs / dir.c
index b4ee892..cfd76f4 100644 (file)
@@ -10,6 +10,7 @@
  *
  */
 
+#include <linux/config.h>
 
 #include <linux/time.h>
 #include <linux/errno.h>
@@ -48,7 +49,7 @@ extern int ncp_symlink(struct inode *, struct dentry *, const char *);
 #define ncp_symlink NULL
 #endif
                      
-const struct file_operations ncp_dir_operations =
+struct file_operations ncp_dir_operations =
 {
        .read           = generic_read_dir,
        .readdir        = ncp_readdir,