summaryrefslogtreecommitdiff
path: root/e2fsprogs/tune2fs.c
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-12 12:11:42 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-12 12:11:42 +0000
commitab57f76e13c00830fb8c3fe32dc210158abc5e91 (patch)
treef91ad789cad64c33d51c40981eca0e1dae1f259d /e2fsprogs/tune2fs.c
parent1c275de6a2b332d49355d02d3d8650aea33f1b87 (diff)
downloadbusybox-w32-ab57f76e13c00830fb8c3fe32dc210158abc5e91.tar.gz
busybox-w32-ab57f76e13c00830fb8c3fe32dc210158abc5e91.tar.bz2
busybox-w32-ab57f76e13c00830fb8c3fe32dc210158abc5e91.zip
more busyboxes, remove 1 extern function (mainstream also have for one fsck)
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r--e2fsprogs/tune2fs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c
index 0519c0981..e36c47734 100644
--- a/e2fsprogs/tune2fs.c
+++ b/e2fsprogs/tune2fs.c
@@ -25,13 +25,14 @@
25 * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) 25 * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de)
26 */ 26 */
27 27
28#include <sys/types.h>
28#include <fcntl.h> 29#include <fcntl.h>
29#include <stdio.h> 30#include <stdio.h>
30#include <stdlib.h> 31#include <stdlib.h>
31#include <string.h> 32#include <string.h>
32#include <time.h> 33#include <time.h>
33#include <unistd.h> 34#include <unistd.h>
34#include <sys/types.h> 35#include <getopt.h>
35 36
36#include "e2fsbb.h" 37#include "e2fsbb.h"
37#include "ext2fs/ext2_fs.h" 38#include "ext2fs/ext2_fs.h"