OSDN Git Service

Enable fallocate in defconfig.
authorRob Landley <rob@landley.net>
Thu, 12 Jun 2014 03:18:35 +0000 (22:18 -0500)
committerRob Landley <rob@landley.net>
Thu, 12 Jun 2014 03:18:35 +0000 (22:18 -0500)
toys/other/fallocate.c

index 22ef978..0144025 100644 (file)
@@ -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