diff options
author | 1996-09-06 09:47:08 +0000 | |
---|---|---|
committer | 1996-09-06 09:47:08 +0000 | |
commit | 5b3798d85808630adad8984eb2940a15376a3876 (patch) | |
tree | c3af3240c09b5d880831de72844b4ec1fb1d0b1d | |
parent | min sun4c/sun4m floppy (diff) | |
download | wireguard-openbsd-5b3798d85808630adad8984eb2940a15376a3876.tar.xz wireguard-openbsd-5b3798d85808630adad8984eb2940a15376a3876.zip |
random decl
-rw-r--r-- | sys/arch/sparc/include/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index fbb10a56edc..0db858ca427 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -79,3 +79,5 @@ cdev_decl(xy); bdev_decl(sw); cdev_decl(sw); + +cdev_decl(random); |