changeset 1353:2102af52be68 draft

Enable fallocate in defconfig.
author Rob Landley <rob@landley.net>
date Wed, 11 Jun 2014 22:18:35 -0500
parents 577f6535e787
children 667a65038e93
files toys/other/fallocate.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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