search for: 56f0b65cb025

Displaying 1 result from an estimated 1 matches for "56f0b65cb025".

2019 Mar 14
0
[PATCH] Fix missing include in sys/mman.h
...t Rhoden <brho at google.com> --- That patch is in linux-next: $ git describe 746c9398f5ac2b3f5730da4ed09e99ef4bb50b4a v5.0-rc1-3-g746c9398f5ac usr/include/sys/mman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/include/sys/mman.h b/usr/include/sys/mman.h index 56f0b65cb025..3fd626e7402a 100644 --- a/usr/include/sys/mman.h +++ b/usr/include/sys/mman.h @@ -7,7 +7,7 @@ #include <klibc/extern.h> #include <sys/types.h> -#include <asm/mman.h> +#include <linux/mman.h> #define MAP_FAILED ((void *)-1) -- 2.21.0.225.g810b269d1ac-goog