# HG changeset patch # User Rob Landley # Date 1402543115 18000 # Node ID 2102af52be68532840a69a2ae80c42816d546a09 # Parent 577f6535e787cbe6499378822055e21e5025b767 Enable fallocate in defconfig. diff -r 577f6535e787 -r 2102af52be68 toys/other/fallocate.c --- a/toys/other/fallocate.c Wed Jun 11 22:14:44 2014 -0500 +++ b/toys/other/fallocate.c Wed Jun 11 22:18:35 2014 -0500 @@ -8,7 +8,7 @@ config FALLOCATE bool "fallocate" - default n + default y help usage: fallocate [-l size] file