From d673a24ff2e988888cabfd37d48dc72cbada95a5 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 9 Sep 2008 12:58:57 +0000 Subject: - adjust range of valid grp buffer size to match pwd buffer size --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index bb83860e6..a56292de8 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -704,7 +704,7 @@ config UCLIBC_PWD_BUFFER_SIZE config UCLIBC_GRP_BUFFER_SIZE int "Buffer size for getgrnam() and friends" default 256 - range 256 1024 + range 12 1024 help This sets the value of the buffer size for getgrnam() and friends. By default, this is 256. (For reference, glibc uses 1024). -- cgit v1.2.3