Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fallocate.c')
-rw-r--r--util-linux/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c
index 3935e7c9b..d5c25894d 100644
--- a/util-linux/fallocate.c
+++ b/util-linux/fallocate.c
@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FALLOCATE
-//config: bool "fallocate (4.1 kb)"
+//config: bool "fallocate (4.3 kb)"
//config: default y
//config: help
//config: Preallocate space for files.