From 965ffc1051675f8ef86694b6916b7880671c3b96 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 21 Dec 2001 17:24:10 +0000 Subject: [PATCH] The VM_STACK option is long dead. MAP_STACK is available everywhere. --- lib/libc/sys/mmap.2 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 755a30e9e6d2..cd3b450b949f 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -202,18 +202,6 @@ Modifications are private. .It Dv MAP_SHARED Modifications are shared. .It Dv MAP_STACK -This option is only available if your system has been compiled with -.Dv VM_STACK -defined when compiling the kernel. -This is the default for -i386 only. -Consider adding -.Li -DVM_STACK -to -.Va COPTFLAGS -in your -.Pa /etc/make.conf -to enable this option for other architechures. .Dv MAP_STACK implies .Dv MAP_ANON ,