From 75851b363b910b9991c9108e5f1e4e08ddbc9ccf Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 4 Oct 2001 18:44:28 +0000 Subject: [PATCH] Backport fix. --- busybox/libbb/mtab_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/libbb/mtab_file.c b/busybox/libbb/mtab_file.c index c872b9a71..56f8e06ab 100644 --- a/busybox/libbb/mtab_file.c +++ b/busybox/libbb/mtab_file.c @@ -31,7 +31,7 @@ /* Busybox mount uses either /proc/mounts or /dev/mtab to * get the list of currently mounted filesystems */ -#if defined BB_FEATURE_MOUNT_MTAB_SUPPORT +#if defined BB_FEATURE_MTAB_SUPPORT const char mtab_file[] = "/etc/mtab"; #else # if defined BB_FEATURE_USE_DEVPS_PATCH -- 2.25.1