cmd: remove forgotten mmap macros and includes

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2024-10-03 17:18:43 +02:00
parent 6fb0bb589f
commit a3a6d00a61
1 changed files with 0 additions and 9 deletions

View File

@ -38,9 +38,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_MMAP
#include <sys/mman.h>
#endif
#ifdef ENABLE_VFS_NET
#include <netdb.h>
#endif
@ -98,12 +95,6 @@
/*** file scope macro definitions ****************************************************************/
#ifdef HAVE_MMAP
#ifndef MAP_FILE
#define MAP_FILE 0
#endif
#endif /* HAVE_MMAP */
/*** file scope type declarations ****************************************************************/
enum CompareMode