Skip to content

Commit

Permalink
cmd: remove forgotten mmap macros and includes
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent 6fb0bb5 commit a3a6d00
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/filemanager/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a3a6d00

Please sign in to comment.