commit | cecc407fcf29399d2c53c6a15d4839fc331dd887 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Mar 13 18:54:31 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 01:09:56 2009 +0200 |
tree | fd4709f24539afcebb36cca8fc71f716b4e4dea6 | |
parent | f18298a460c4f9bdf2323ffdb280a2538d98547a [diff] |
gen_eth_addr: Use POSIX rand() and srand() Replace random()/srandom() use with rand()/srand() to support compilation with the mingw toolchain. The rand()/srand() functions are generally more common and are functionally equivalent to the original random()/srandom() calls. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>