OSDN Git Service

- doesn't make sense to impose a limit that is too narrow. 12 ought to be fine..
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 14 Apr 2007 17:34:47 +0000 (17:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 14 Apr 2007 17:34:47 +0000 (17:34 -0000)
extra/Configs/Config.in

index d33dc98..58a5883 100644 (file)
@@ -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).