diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-09 12:58:57 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-09 12:58:57 +0000 |
commit | d673a24ff2e988888cabfd37d48dc72cbada95a5 (patch) | |
tree | 16a5660132afa3dfed99ce20da34a072267d0c0d /extra/Configs | |
parent | a6cef4c7ae198292e4b41e4862be6c02b05c6590 (diff) |
- adjust range of valid grp buffer size to match pwd buffer size
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 2 |
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). |