summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-29 09:26:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-29 09:26:43 +0000
commit8b2a775e3a1b6e926d58b2f6932c3c2ef6bacd90 (patch)
treefbc359c73838af3b52423ad2090aaf54b0336841 /sys/arch/i386/isa/pcvt
parent9df26654368d0ad3ae9ec7f619c92a4506875f07 (diff)
rnd -> random
Diffstat (limited to 'sys/arch/i386/isa/pcvt')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_kbd.c8
1 files changed, 4 insertions, 4 deletions
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 <dev/rndvar.h>
#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 */