From: John Hodge Date: Sun, 16 Feb 2014 07:36:58 +0000 (+0800) Subject: Kernel/vfs - (minor) commenting only X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=15ac49743495dd72ef6c7dd26094eed5169d5090 Kernel/vfs - (minor) commenting only --- diff --git a/KernelLand/Kernel/vfs/mmap.c b/KernelLand/Kernel/vfs/mmap.c index 3539f37c..591ae287 100644 --- a/KernelLand/Kernel/vfs/mmap.c +++ b/KernelLand/Kernel/vfs/mmap.c @@ -25,6 +25,7 @@ struct sVFS_MMapPageBlock // === PROTOTYPES === //void *VFS_MMap(void *DestHint, size_t Length, int Protection, int Flags, int FD, Uint64 Offset); void *VFS_MMap_Anon(void *Destination, size_t Length, Uint FlagsSet, Uint FlagsMask); +//int VFS_MUnmap(void *Addr, size_t Length); // === CODE === void *VFS_MMap(void *DestHint, size_t Length, int Protection, int Flags, int FD, Uint64 Offset)