]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #659 mman.h not always available
authorDanny Mayer <mayer@ntp.org>
Mon, 7 Aug 2006 13:32:49 +0000 (09:32 -0400)
committerDanny Mayer <mayer@ntp.org>
Mon, 7 Aug 2006 13:32:49 +0000 (09:32 -0400)
bk: 44d741010gqqRfIxioojBiLD-Ys5xQ

libopts/compat/compat.h

index 1b18633b5ade782ae3399d6683a5a1ec6841e667..99db02eda63a1eb38597dfd00219d358f889dead 100644 (file)
@@ -37,7 +37,7 @@
  *  SYSTEM HEADERS:
  */
 #include <sys/types.h>
-#include <sys/mman.h>
+//#include <sys/mman.h>
 #include <sys/param.h>
 #if HAVE_SYS_PROCSET_H
 #  include <sys/procset.h>
 #include <time.h>
 
 #ifndef __windows__
-#  include <utime.h>
+//#  include <utime.h>
 #endif
 
 #ifdef HAVE_UNISTD_H