Kernel - MMap fixed (non-fixed mappings, bad search), SHM mmap only working
[tpg/acess2.git] / KernelLand / Kernel / include / vfs.h
index 72c6cbd..b030627 100644 (file)
@@ -313,7 +313,7 @@ struct sVFS_NodeType
         * \return Boolean Failure
         * \note If NULL, the VFS implements it using .Read
         */
-        int    (*MMap)(struct sVFS_Node *Node, off_t Offset, int Length, void *Dest);
+        int    (*MMap)(struct sVFS_Node *Node, off_t Offset, size_t Length, void *Dest);
        
        /**
         * \brief Resize a file

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