summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/defs.c')
-rw-r--r--usr.sbin/ppp/defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c
index d228eb3..95177de 100644
--- a/usr.sbin/ppp/defs.c
+++ b/usr.sbin/ppp/defs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: defs.c,v 1.14 1998/05/29 00:03:00 brian Exp $
+ * $Id: defs.c,v 1.15 1998/05/29 18:32:11 brian Exp $
*/
@@ -39,7 +39,7 @@ void
randinit()
{
#if __FreeBSD__ >= 3
- static int initdone;
+ static int initdone; /* srandomdev() call is only required once */
if (!initdone) {
initdone = 1;
OpenPOWER on IntegriCloud