From: Rob Landley Date: Thu, 12 Jun 2014 03:18:35 +0000 (-0500) Subject: Enable fallocate in defconfig. X-Git-Tag: android-x86-6.0-r1~470 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eb3c44367a3c92c52e6c203e18578016a9c1a705;p=android-x86%2Fexternal-toybox.git Enable fallocate in defconfig. --- 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