Browse Source

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

Bernhard Reutner-Fischer 17 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
 	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).