From 8b2a775e3a1b6e926d58b2f6932c3c2ef6bacd90 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 29 Aug 1996 09:26:43 +0000 Subject: rnd -> random --- sys/arch/i386/isa/pcvt/pcvt_kbd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/i386/isa/pcvt') diff --git a/sys/arch/i386/isa/pcvt/pcvt_kbd.c b/sys/arch/i386/isa/pcvt/pcvt_kbd.c index 9e2b907293e..9a45e2a421d 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_kbd.c +++ b/sys/arch/i386/isa/pcvt/pcvt_kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_kbd.c,v 1.7 1996/06/16 13:54:02 deraadt Exp $ */ +/* $OpenBSD: pcvt_kbd.c,v 1.8 1996/08/29 09:26:10 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -77,8 +77,8 @@ #if NVT > 0 #include "pcvt_hdr.h" /* global include */ -#include "rnd.h" -#if NRND +#include "random.h" +#if NRANDOM > 0 #include #endif @@ -1023,7 +1023,7 @@ loop: PCVT_KBD_DELAY(); /* 7 us delay */ dt = inb(CONTROLLER_DATA); /* yes, get data */ -#if NRND +#if NRANDOM > 0 add_keyboard_randomness(dt) #endif #endif /* !PCVT_KBD_FIFO */ -- cgit v1.2.3