Browse Source

- doesn't make sense to impose a limit that is too narrow. 12 ought to be fine..

Bernhard Reutner-Fischer 18 years ago
parent
commit
1e3ffd5c79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -601,7 +601,7 @@ menu "Advanced Library Settings"
 config UCLIBC_PWD_BUFFER_SIZE
 config UCLIBC_PWD_BUFFER_SIZE
 	int "Buffer size for getpwnam() and friends"
 	int "Buffer size for getpwnam() and friends"
 	default 256
 	default 256
-	range 256 1024
+	range 12 1024
 	help
 	help
 	  This sets the value of the buffer size for getpwnam() and friends.
 	  This sets the value of the buffer size for getpwnam() and friends.
 	  By default, this is 256. (For reference, glibc uses 1024).
 	  By default, this is 256. (For reference, glibc uses 1024).