Import ncpfs 0.16

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent b8ce93c8bd
commit 5753870858
35 changed files with 462 additions and 106 deletions

View File

@@ -510,6 +510,7 @@ init_module( void)
ncp_init_dir_cache();
register_filesystem(&ncp_fs_type);
printk("ncpfs version %s loaded\n", NCPFS_VERSION);
return 0;
}