OSDN Git Service

bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
authorWarner Losh <imp@bsdimp.com>
Fri, 17 Sep 2021 00:37:21 +0000 (18:37 -0600)
committerWarner Losh <imp@bsdimp.com>
Sun, 17 Oct 2021 22:55:52 +0000 (16:55 -0600)
commit36d5d891559f6b9f0bae4907669de9bfdf5d4d94
tree2ce9fd8c76c47d21206ac58852e6afb3b30cc627
parent26778ac3da794f29c2c7c7d473f0a8d77b874392
bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs

All these MAP_ symbols are always defined on supported FreeBSD versions
(12.2 and newer), so remove the #ifdefs since they aren't needed.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/mmap.c