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 76e9cefbf..03aa78148 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -113,7 +113,7 @@ int df_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
113int df_main(int argc UNUSED_PARAM, char **argv) 113int df_main(int argc UNUSED_PARAM, char **argv)
114{ 114{
115 unsigned long df_disp_hr = 1024; 115 unsigned long df_disp_hr = 1024;
116 int status = EXIT_SUCCESS; 116 exitcode_t status = EXIT_SUCCESS;
117 unsigned opt; 117 unsigned opt;
118 FILE *mount_table; 118 FILE *mount_table;
119 struct mntent *mount_entry; 119 struct mntent *mount_entry;