From eb3c44367a3c92c52e6c203e18578016a9c1a705 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 11 Jun 2014 22:18:35 -0500 Subject: Enable fallocate in defconfig. --- toys/other/fallocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/fallocate.c') 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 -- cgit v1.2.3