aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index df4573c16..76299beb7 100644
--- a/utility.c
+++ b/utility.c
@@ -63,8 +63,8 @@
63#include <sys/syscall.h> 63#include <sys/syscall.h>
64#include <linux/unistd.h> 64#include <linux/unistd.h>
65 65
66/* Busybox mount uses either /proc/filesystems or /dev/mtab to get the 66/* Busybox mount uses either /proc/mounts or /dev/mtab to
67 * list of available filesystems used for the -t auto option */ 67 * get the list of currently mounted filesystems */
68#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF 68#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
69# if defined BB_MTAB 69# if defined BB_MTAB
70const char mtab_file[] = "/etc/mtab"; 70const char mtab_file[] = "/etc/mtab";