diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
70 | const char mtab_file[] = "/etc/mtab"; | 70 | const char mtab_file[] = "/etc/mtab"; |