summaryrefslogtreecommitdiffstats
path: root/tools/gen_eth_addr.c
Commit message (Collapse)AuthorAgeFilesLines
* gen_eth_addr: Use POSIX rand() and srand()Peter Tyser2009-04-041-3/+3
| | | | | | | | | 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>
* Initial revisionwdenk2001-09-061-0/+50
OpenPOWER on IntegriCloud