From 99dc0d7d9b5f02f5d2a649b49dc2d083d01c68ab Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 13 Sep 2012 14:03:35 -0500 Subject: rec_close.c: Removed usage of munmap() method. Note that there is a define MMAP_NOT_AVAILABLE that when NOT defined results in mmap not being called but munmap is still called. A comment was also added to our notes about this. --- libbsd.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libbsd.txt') diff --git a/libbsd.txt b/libbsd.txt index 8eb063d3..c0582e78 100644 --- a/libbsd.txt +++ b/libbsd.txt @@ -775,3 +775,12 @@ E1000 EM _bsd_em_pcimodule_sys_init Links Symbols (A) pci_get_vpd_ident + +== Problems to report to FreeBSD == + +The MMAP_NOT_AVAILABLE define is inverted on its usage. When it is +defined the mmap method is called. Additionally, it is not used +thoroughly. It is not used in the unmap portion of the source. + + + -- cgit v1.2.3