From 7d736e6e6f9418bdcec0d73a3e475c43571adcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 16 Sep 2023 20:46:57 +0200 Subject: =?UTF-8?q?l=C3=B6r=2016=20sep=202023=2020:46:57=20CEST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wiki.c') diff --git a/wiki.c b/wiki.c index e58b68d..05b6537 100644 --- a/wiki.c +++ b/wiki.c @@ -1,5 +1,3 @@ - - #include #include #include @@ -17,10 +15,12 @@ #include #include #include +/** Couldn't find any other way to get MAP_ANON on BSD */ #define __BSD_VISIBLE 1 #include #undef __BSD_VISIBLE +#if 0 #ifdef __linux__ #include #include @@ -42,6 +42,7 @@ void suspend() { void wake(); #endif +#endif #include #include -- cgit v1.2.3