Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-10 21:59:11 +0400
committerEric Andersen <andersen@codepoet.org>2000-08-10 21:59:11 +0400
commit88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch)
tree4871d5fdfd0c601396ef4651c3d1458bedb5a854 /coreutils/mkfifo.c
parent40406e6bad9abcd58977ed92194c9061d85c9e47 (diff)
Some #include updates.
-Erik
Diffstat (limited to 'coreutils/mkfifo.c')
-rw-r--r--coreutils/mkfifo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c
index 3db17bbbc..5d4126ac0 100644
--- a/coreutils/mkfifo.c
+++ b/coreutils/mkfifo.c
@@ -23,7 +23,6 @@
#include "internal.h"
#include <stdio.h>
#include <sys/types.h>
-#include <sys/stat.h>
#include <errno.h>
extern int mkfifo_main(int argc, char **argv)