diff options
author | raas <andras.horvath@gmail.com> | 2023-01-24 16:45:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 16:45:54 +0100 |
commit | dee8cdcdde2deb82f11fd080dfc5bb1827cac69c (patch) | |
tree | 1fa4ddc6a998e62d7cf8e5d25b96e8fdd876e466 | |
parent | 86a38c688aa8e3db67079ac92ab298e498511899 (diff) | |
parent | 187e44bf0725bc712b26780c497a35255f807cfc (diff) |
Merge pull request #15 from iboB/no-mman
Removed unused header
-rw-r--r-- | mbw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ #include <stdlib.h> #include <unistd.h> #include <errno.h> -#include <sys/mman.h> #include <sys/types.h> #include <sys/time.h> #include <time.h> |