changeset 1369:5ec6582aac50 draft

Make fallocate depend on probe for libc support.
author Rob Landley <rob@landley.net>
date Sat, 28 Jun 2014 22:17:00 -0500
parents 8bd7e28a9eb8
children e2b84f715e93
files toys/other/fallocate.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toys/other/fallocate.c	Sat Jun 28 20:16:11 2014 -0500
+++ b/toys/other/fallocate.c	Sat Jun 28 22:17:00 2014 -0500
@@ -8,6 +8,7 @@
 
 config FALLOCATE
   bool "fallocate"
+  depends on TOYBOX_FALLOCATE
   default y
   help
     usage: fallocate [-l size] file