aboutsummaryrefslogtreecommitdiff
path: root/toys/other/fallocate.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-11 22:18:35 -0500
committerRob Landley <rob@landley.net>2014-06-11 22:18:35 -0500
commiteb3c44367a3c92c52e6c203e18578016a9c1a705 (patch)
tree1269f8b743a822b594e52f46f4e987443e08cb30 /toys/other/fallocate.c
parent59fa8b4f48818f5a4f634633b48440ed3a466c8a (diff)
downloadtoybox-eb3c44367a3c92c52e6c203e18578016a9c1a705.tar.gz
Enable fallocate in defconfig.
Diffstat (limited to 'toys/other/fallocate.c')
-rw-r--r--toys/other/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c
index 22ef978d..0144025c 100644
--- a/toys/other/fallocate.c
+++ b/toys/other/fallocate.c
@@ -8,7 +8,7 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN))
config FALLOCATE
bool "fallocate"
- default n
+ default y
help
usage: fallocate [-l size] file