Date: Sat, 26 Jul 2008 15:39:32 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.c Message-ID: <200807261539.m6QFdk6e006876@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2008-07-26 15:39:32 UTC FreeBSD src repository Modified files: usr.sbin/rtadvd rtadvd.c Log: SVN rev 180823 on 2008-07-26 15:39:32Z by ache Change 2 arc4random modulo operations to arc4random_uniform() as OpenBSD does, since modulo is not power of 2. Obtained from: OpenBSD Revision Changes Path 1.28 +2 -2 src/usr.sbin/rtadvd/rtadvd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807261539.m6QFdk6e006876>