aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/df.c')
-rw-r--r--coreutils/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c
index f6d66e4b6..debb86867 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -178,7 +178,7 @@ int df_main(int argc UNUSED_PARAM, char **argv)
178 if (!argv[0]) { 178 if (!argv[0]) {
179 mount_table = setmntent(bb_path_mtab_file, "r"); 179 mount_table = setmntent(bb_path_mtab_file, "r");
180 if (!mount_table) 180 if (!mount_table)
181 bb_perror_msg_and_die(bb_path_mtab_file); 181 bb_simple_perror_msg_and_die(bb_path_mtab_file);
182 } 182 }
183 183
184 while (1) { 184 while (1) {