summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-09 12:58:57 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-09 12:58:57 +0000
commitd673a24ff2e988888cabfd37d48dc72cbada95a5 (patch)
tree16a5660132afa3dfed99ce20da34a072267d0c0d /extra
parenta6cef4c7ae198292e4b41e4862be6c02b05c6590 (diff)
- adjust range of valid grp buffer size to match pwd buffer size
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 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).