From 4f1d655b5c859a0af7bf452b8da4320a620f4c2d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Jun 2014 22:17:00 -0500 Subject: Make fallocate depend on probe for libc support. --- toys/other/fallocate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/other/fallocate.c') diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c index 0144025c..7a226343 100644 --- a/toys/other/fallocate.c +++ b/toys/other/fallocate.c @@ -8,6 +8,7 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN)) config FALLOCATE bool "fallocate" + depends on TOYBOX_FALLOCATE default y help usage: fallocate [-l size] file -- cgit v1.2.3