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
..
2008-12-15 21:49:03 +01:00
2008-07-11 22:55:31 +02:00
2008-07-02 16:36:35 +02:00
2008-10-18 21:54:03 +02:00
2005-07-21 11:22:21 +02:00
2003-06-27 21:31:46 +00:00
2001-04-02 19:55:34 +00:00
2009-01-16 09:31:05 +01:00