svn commit: trunk/uClibc/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Sat Apr 14 17:34:48 UTC 2007


Author: aldot
Date: 2007-04-14 10:34:47 -0700 (Sat, 14 Apr 2007)
New Revision: 18442

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


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2007-04-14 17:03:18 UTC (rev 18441)
+++ trunk/uClibc/extra/Configs/Config.in	2007-04-14 17:34:47 UTC (rev 18442)
@@ -601,7 +601,7 @@
 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).




More information about the uClibc-cvs mailing list