patch-1.3.53 linux/fs/filesystems.c

Next file: linux/fs/inode.c
Previous file: linux/fs/ext2/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.52/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -21,6 +21,7 @@
 #include <linux/sysv_fs.h>
 #include <linux/hpfs_fs.h>
 #include <linux/smb_fs.h>
+#include <linux/ncp_fs.h>
 #include <linux/major.h>
 
 extern void device_setup(void);
@@ -85,6 +86,11 @@
 #ifdef CONFIG_SMB_FS
 	register_filesystem(&(struct file_system_type)
 		{smb_read_super, "smbfs", 0, NULL});
+#endif
+
+#ifdef CONFIG_NCP_FS
+	register_filesystem(&(struct file_system_type)
+		{ncp_read_super, "ncpfs", 0, NULL});
 #endif
 
 #ifdef CONFIG_ISO9660_FS

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this