mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
11 lines
372 B
C
11 lines
372 B
C
--- vmem_mmap.c.orig 2014-10-06 15:04:33.000000000 -0400
|
|
+++ vmem_mmap.c 2014-10-06 15:08:36.000000000 -0400
|
|
@@ -48,7 +48,7 @@
|
|
#define FREE_PROT PROT_NONE
|
|
|
|
#define ALLOC_FLAGS MAP_PRIVATE | MAP_ANON
|
|
-#define FREE_FLAGS MAP_PRIVATE | MAP_ANON | MAP_NORESERVE
|
|
+#define FREE_FLAGS MAP_PRIVATE | MAP_ANON
|
|
|
|
#ifdef MAP_ALIGN
|
|
#define CHUNKSIZE (64*1024) /* 64 kilobytes */
|