aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/utility.c b/utility.c
index c20025cd2..c1bd82e8b 100644
--- a/utility.c
+++ b/utility.c
@@ -1012,16 +1012,6 @@ extern struct mntent *findMountPoint(const char *name, const char *table)
1012 1012
1013 1013
1014 1014
1015#if !defined BB_MTAB && (defined BB_MOUNT || defined BB_DF )
1016extern void whine_if_fstab_is_missing()
1017{
1018 struct stat statBuf;
1019 if (stat("/etc/fstab", &statBuf) < 0)
1020 fprintf(stderr, "/etc/fstab file missing -- install one to name /dev/root.\n\n");
1021}
1022#endif
1023
1024
1025#if defined BB_DD || defined BB_TAIL 1015#if defined BB_DD || defined BB_TAIL
1026/* 1016/*
1027 * Read a number with a possible multiplier. 1017 * Read a number with a possible multiplier.