aboutsummaryrefslogtreecommitdiffstats
path: root/mmcutils
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-01-01 17:55:22 -0800
committerKoushik Dutta <koushd@gmail.com>2011-01-01 17:55:22 -0800
commitda32b54f85065fd9d68e234571f1208369069463 (patch)
tree6f931ce0dd1e126471f3eced74b2791fcf6fcf26 /mmcutils
parent29a78912043cf6287399a058a2fc57cfe2a8cbfe (diff)
downloadbootable_recovery-da32b54f85065fd9d68e234571f1208369069463.zip
bootable_recovery-da32b54f85065fd9d68e234571f1208369069463.tar.gz
bootable_recovery-da32b54f85065fd9d68e234571f1208369069463.tar.bz2
readd ext2/ext3 format support.
Change-Id: I58652abaea8f7a52b70bc1b14aec5b530fe70382
Diffstat (limited to 'mmcutils')
-rw-r--r--mmcutils/mmcutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmcutils/mmcutils.c b/mmcutils/mmcutils.c
index 44fdcf2..de66090 100644
--- a/mmcutils/mmcutils.c
+++ b/mmcutils/mmcutils.c
@@ -299,7 +299,7 @@ mmc_find_partition_by_name(const char *name)
#define TUNE2FS_BIN "/sbin/tune2fs"
#define E2FSCK_BIN "/sbin/e2fsck"
-static int
+int
run_exec_process ( char **argv) {
pid_t pid;
int status;