aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-10 17:59:11 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-10 17:59:11 +0000
commit88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch)
tree4871d5fdfd0c601396ef4651c3d1458bedb5a854 /miscutils
parent40406e6bad9abcd58977ed92194c9061d85c9e47 (diff)
downloadbusybox-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz
Some #include updates.
-Erik
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/dutmp.c1
-rw-r--r--miscutils/makedevs.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c
index 047b8805f..5a6eb076b 100644
--- a/miscutils/dutmp.c
+++ b/miscutils/dutmp.c
@@ -14,7 +14,6 @@
#include "internal.h"
#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 99dbc0bd5..c9802cca7 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -14,7 +14,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
-#include <sys/stat.h>
int makedevs_main(int argc, char **argv)
{