From 269bba25149289201055c9448e8c64fc05dbf89d Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 8 Mar 2000 14:50:47 +0000 Subject: Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler BB_FEATURE_USE_DEVPS_PATCH. -Erik --- util-linux/mount.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index f46664bf4..c29be5106 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -46,7 +46,7 @@ #include #include #include -#if defined BB_FEATURE_USE_DEVPS_N_DEVMTAB +#if defined BB_FEATURE_USE_DEVPS_PATCH #include #endif @@ -255,7 +255,7 @@ mount_one(char *blockDevice, char *directory, char *filesystemType, fclose(f); } else #endif -#if defined BB_FEATURE_USE_DEVPS_N_DEVMTAB +#if defined BB_FEATURE_USE_DEVPS_PATCH if (strcmp(filesystemType, "auto") == 0) { int fd, i, numfilesystems; char device[] = "/dev/mtab"; @@ -325,7 +325,7 @@ extern int mount_main(int argc, char **argv) /* Only compiled in if BB_MTAB is not defined */ whine_if_fstab_is_missing(); -#if defined BB_FEATURE_USE_DEVPS_N_DEVMTAB +#if defined BB_FEATURE_USE_DEVPS_PATCH if (argc == 1) { int fd, i, numfilesystems; char device[] = "/dev/mtab"; -- cgit v1.2.3