From 1e3ffd5c791a08c305cc931ee3f9320ed78c2ef6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 14 Apr 2007 17:34:47 +0000 Subject: - doesn't make sense to impose a limit that is too narrow. 12 ought to be fine.. --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index d33dc98f6..58a5883b0 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -601,7 +601,7 @@ menu "Advanced Library Settings" config UCLIBC_PWD_BUFFER_SIZE int "Buffer size for getpwnam() and friends" default 256 - range 256 1024 + range 12 1024 help This sets the value of the buffer size for getpwnam() and friends. By default, this is 256. (For reference, glibc uses 1024). -- cgit v1.2.3