From: Ladislav Michl Date: Wed, 9 Jan 2008 15:36:19 +0000 (+0100) Subject: kconfig: use C89 random functions in conf.c X-Git-Tag: v2.6.25-rc1~1164^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f766885879a1fd4502fb8dd531d1fe3c575510;p=pandora-kernel.git kconfig: use C89 random functions in conf.c rand and srand functions conform also to C89 in addition to POSIX.1-2001, which makes them a bit more portable (work also on MinGW host). Linux man page also says: "The versions of rand() and srand() in the Linux C Library use the same random number generator as random() and srandom()". * Use C89 conformant functions rand() and srand() Signed-off-by: Ladislav Michl Signed-off-by: Sam Ravnborg Cc: Roman Zippel --- Reading git-diff-tree failed