diff --git a/src/stat_cache.c b/src/stat_cache.c index cdf5a187..8fbcca55 100644 --- a/src/stat_cache.c +++ b/src/stat_cache.c @@ -28,17 +28,6 @@ # include #endif -#include "sys-mmap.h" - -/* NetBSD 1.3.x needs it */ -#ifndef MAP_FAILED -# define MAP_FAILED -1 -#endif - -#ifndef O_LARGEFILE -# define O_LARGEFILE 0 -#endif - #ifndef HAVE_LSTAT # define lstat stat #endif