From 1c275de6a2b332d49355d02d3d8650aea33f1b87 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Wed, 12 Oct 2005 11:38:09 +0000 Subject: more busyboxes --- e2fsprogs/tune2fs.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'e2fsprogs/tune2fs.c') diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index ccbbc7868..0519c0981 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -26,14 +26,6 @@ */ #include -#include -#ifdef HAVE_GETOPT_H -#include -#else -extern char *optarg; -extern int optind; -#endif -#include #include #include #include @@ -50,6 +42,10 @@ extern int optind; #include "util.h" #include "blkid/blkid.h" +#include "busybox.h" +#include "grp_.h" +#include "pwd_.h" + static char * device_name = NULL; static char * new_label, *new_last_mounted, *new_UUID; static char * io_options; -- cgit v1.2.3