From 4164ba91b3929bb5a4e29a3451c24b49b70613c6 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 18 Oct 1996 12:30:07 +0000 Subject: add random pseudo-device declaration. --- sys/sys/conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/conf.h b/sys/sys/conf.h index f1501727216..757fd42c296 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.14 1996/10/04 17:58:41 niklas Exp $ */ +/* $OpenBSD: conf.h,v 1.15 1996/10/18 12:30:06 mickey Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -431,6 +431,8 @@ cdev_decl(bpf); cdev_decl(tun); +cdev_decl(random); + #ifdef COMPAT_SVR4 # define NSVR4_NET 1 #else -- cgit v1.2.3