Commit Graph

2 Commits

Author SHA1 Message Date
Peter Tyser 2eeb4e95fb 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>
2009-04-04 01:09:56 +02:00
wdenk 5745185e6a Initial revision 2001-09-06 22:25:14 +00:00