b2c4ca8d28
- One (1) spurious whitespace. - One (1) occurrence of "random(3) bad, arc4random(3)" good. - Three (3) writes that will never be seen. The latter two points are complaints from clang-analyze. Switching to arc4random(3) is decidedly a good idea because we weren't doing any kind of PRNG seeding anyways. The discarded assignments are arguably good for future-proofing, but it's better to improve the S/N ratio from clang-analyze. Reviewed by: bapt, manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D28525 |
||
---|---|---|
.. | ||
config.c | ||
config.h | ||
dns_utils.c | ||
dns_utils.h | ||
FreeBSD.conf.latest | ||
FreeBSD.conf.quarterly | ||
Makefile | ||
Makefile.depend | ||
pkg.7 | ||
pkg.c |