From 15ac49743495dd72ef6c7dd26094eed5169d5090 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 16 Feb 2014 15:36:58 +0800 Subject: [PATCH] Kernel/vfs - (minor) commenting only --- KernelLand/Kernel/vfs/mmap.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.20.1