From b7128c6236ac9b4d5d69ad95d509498f38df0dd6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 11 Sep 2005 01:05:30 +0000 Subject: Cleanup patch by Bernhard Fischer, removing unnecessary includes of getopt.h, whitespace changes, typos, etc. --- coreutils/mkdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/mkdir.c') diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index 50364f17f..e24ef4f89 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c @@ -31,7 +31,7 @@ #include #include -#include +#include /* struct option */ #include "busybox.h" static const struct option mkdir_long_options[] = { -- cgit v1.2.3