use [s]rand(), not [s]random()
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Mar 2014 17:58:15 +0000 (18:58 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Mar 2014 17:58:15 +0000 (18:58 +0100)
commit0ed5f7aacd5e412d80524a1fc7f90b55f470827b
treebf29230c0efc135ee707dc847da43a7afb743dad
parent2cdcb1082c3de109eef564795feb5e8a368a88cf
use [s]rand(), not [s]random()

rand() is the most standard C library function,
and on uclibc they are the same. I guess
they are the same in most todays' libc...

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c
networking/ntpd_simple.c
util-linux/mkfs_reiser.c