aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.c1
-rw-r--r--sbin/dumpon/dumpon.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c
index 0369638a785a..1e5b27e6e63f 100644
--- a/sbin/atm/fore_dnld/fore_dnld.c
+++ b/sbin/atm/fore_dnld/fore_dnld.c
@@ -36,7 +36,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/socket.h>
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
index 59450736b6a8..51d2e42fac4a 100644
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -49,7 +49,6 @@ static const char rcsid[] =
#include <stdio.h>
#include <unistd.h>
#include <sys/param.h>
-#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/stat.h>
#include <sysexits.h>