aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-01 16:01:11 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-01 16:01:11 +0000
commitc4cef5ab063d7abb604d48610424566202dcade0 (patch)
treec661196acbb1adfa81257a7f23b08bd15d653be8 /applets
parentf77d88641d934fbd9ed0da8c8e31c84dc5856532 (diff)
downloadbusybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.tar.gz
busybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.tar.bz2
busybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.zip
Move the mtab support stuff into libbb
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 32b34e45f..1ee2ab328 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -1067,7 +1067,7 @@
1067#else 1067#else
1068 #define USAGE_MOUNT_LOOP(a) 1068 #define USAGE_MOUNT_LOOP(a)
1069#endif 1069#endif
1070#ifdef BB_MTAB 1070#ifdef BB_FEATURE_MTAB_SUPPORT
1071 #define USAGE_MTAB(a) a 1071 #define USAGE_MTAB(a) a
1072#else 1072#else
1073 #define USAGE_MTAB(a) 1073 #define USAGE_MTAB(a)