summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-14 17:34:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-14 17:34:47 +0000
commit1e3ffd5c791a08c305cc931ee3f9320ed78c2ef6 (patch)
tree02523cd46f2a2826132868227fb08c7b1fa51972 /extra
parent669e7e91fd2fbb258d3c0f5979cd4aff205769ff (diff)
- doesn't make sense to impose a limit that is too narrow. 12 ought to be fine..
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
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).