Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / drv / proc.c
index 52a973c..c968d52 100644 (file)
@@ -108,7 +108,7 @@ tSysFS_Ent  *gSysFS_FileList;
 int SysFS_Install(char **Options)
 {
        DevFS_AddDevice( &gSysFS_DriverInfo );
-       return MODULE_INIT_SUCCESS;
+       return MODULE_ERR_OK;
 }
 
 /**

UCC git Repository :: git.ucc.asn.au