diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-18 12:30:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-18 12:30:07 +0000 |
commit | 4164ba91b3929bb5a4e29a3451c24b49b70613c6 (patch) | |
tree | fc2df9791bd685223363de0938caec7daff3458d | |
parent | da99a7cece56958f43942de58161b255659ac337 (diff) |
add random pseudo-device declaration.
-rw-r--r-- | sys/sys/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |