doxygen fixes
[tpg/acess2.git] / Kernel / vfs / fs / devfs.c
index 6ead47e..d396a1f 100644 (file)
@@ -3,7 +3,7 @@
  * Device Filesystem (DevFS)
  * - vfs/fs/devfs.c
  */
-#include <common.h>
+#include <acess.h>
 #include <vfs.h>
 #include <fs_devfs.h>
 
@@ -21,7 +21,7 @@ tVFS_Node     gDevFS_RootNode = {
        .Size = 0,
        .Flags = VFS_FFLAG_DIRECTORY,
        .NumACLs = 1,
-       .ACLs = &gVFS_ACL_EveryoneRW,
+       .ACLs = &gVFS_ACL_EveryoneRX,
        .ReadDir = DevFS_ReadDir,
        .FindDir = DevFS_FindDir
        };
@@ -43,7 +43,7 @@ int DevFS_AddDevice(tDevFS_Driver *Dev)
 /**
  * \fn tVFS_Node *DevFS_InitDevice(char *Device, char **Options)
  * \brief Initialise the DevFS and detect double-mounting, or just do nothing
- * \stub
+ * \note STUB
  */
 tVFS_Node *DevFS_InitDevice(char *Device, char **Options)
 {

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