# HG changeset patch # User diego # Date 1205176349 0 # Node ID e5e5db68a660122c6593452af7f3b9cbe3ebd9b2 # Parent 8b381cbc8b71cf0398467f61c461ce9cd4992148 af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that #ifdef within the file is pointless diff -r 8b381cbc8b71 -r e5e5db68a660 libaf/af_export.c --- a/libaf/af_export.c Mon Mar 10 18:38:46 2008 +0000 +++ b/libaf/af_export.c Mon Mar 10 19:12:29 2008 +0000 @@ -15,9 +15,7 @@ #include "config.h" #include -#ifdef HAVE_SYS_MMAN_H #include -#endif #include #include #include