aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-12-05 15:24:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-12-05 15:24:42 +0000
commit01ca58b23c4009f958ba71f6548be7953573009f (patch)
treede32527a89b5c5082be702ccf0909729035c9f5a /sys/sys/param.h
parent30d57414a00cd482cea7fb03f23132397b4bbeb0 (diff)
downloadsrc-01ca58b23c4009f958ba71f6548be7953573009f.tar.gz
src-01ca58b23c4009f958ba71f6548be7953573009f.zip
Always ignore the deprecated MAP_RENAME and MAP_NORESERVE flags to mmap().
Some old libraries may be used even with newer binaries (specifically the Nvidia driver libraries). Differential Revision: https://reviews.freebsd.org/D1262 Reviewed by: kib
Notes
Notes: svn path=/head/; revision=275514
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 3d97bef5266b..adfb870b9315 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -81,7 +81,6 @@
#define P_OSREL_SIGSEGV 700004
#define P_OSREL_MAP_ANON 800104
#define P_OSREL_MAP_FSTRICT 1100036
-#define P_OSREL_MAP_RENAME 1100039
#define P_OSREL_MAJOR(x) ((x) / 100000)
#endif