From 20a2a0d2e3b1553bfd206a5f13881a3f85a1280f Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 22 Sep 2016 13:14:59 -0400 Subject: [PATCH] remove unused sys-mmap.h from stat_cache.c --- src/stat_cache.c | 11 ----------- 1 file changed, 11 deletions(-) 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