From: Danny Mayer Date: Mon, 7 Aug 2006 13:32:49 +0000 (-0400) Subject: Bug #659 mman.h not always available X-Git-Tag: NTP_4_2_3P27~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682898f4d434293cb994cbc6683873a032b099db;p=thirdparty%2Fntp.git Bug #659 mman.h not always available bk: 44d741010gqqRfIxioojBiLD-Ys5xQ --- diff --git a/libopts/compat/compat.h b/libopts/compat/compat.h index 1b18633b5..99db02eda 100644 --- a/libopts/compat/compat.h +++ b/libopts/compat/compat.h @@ -37,7 +37,7 @@ * SYSTEM HEADERS: */ #include -#include +//#include #include #if HAVE_SYS_PROCSET_H # include @@ -152,7 +152,7 @@ #include #ifndef __windows__ -# include +//# include #endif #ifdef HAVE_UNISTD_H