summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2020-12-11 20:50:29 +0200
committerBenBE <BenBE@geshi.org>2020-12-11 20:57:19 +0100
commit28bc087d8a8b30fcf6d41a5937aaee242a995e64 (patch)
treeeb92105371fd2449e022dcc5b6f21a1759c8e002
parent2700d9906959a462e753c01c42b9251b7b3b0b8b (diff)
Drop redundant sys/dirent.h include
sys/dirent.h is included by dirent.h in FreeBSD, and does not exist in Debian GNU/kFreeBSD
-rw-r--r--freebsd/FreeBSDProcessList.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/freebsd/FreeBSDProcessList.c b/freebsd/FreeBSDProcessList.c
index d8fadb33..8a9989fb 100644
--- a/freebsd/FreeBSDProcessList.c
+++ b/freebsd/FreeBSDProcessList.c
@@ -14,7 +14,6 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <string.h>
#include <sys/_iovec.h>
-#include <sys/dirent.h>
#include <sys/errno.h>
#include <sys/param.h> // needs to be included before <sys/jail.h> for MAXPATHLEN
#include <sys/jail.h>

© 2014-2024 Faster IT GmbH | imprint | privacy policy