Просмотр исходного кода

- adjust range of valid grp buffer size to match pwd buffer size

Bernhard Reutner-Fischer 17 лет назад
Родитель
Сommit
d673a24ff2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

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