diff options
Diffstat (limited to 'sys/arch/sparc/include/conf.h')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index 7f87c9feff6..e32de9509c8 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.6 1998/05/20 19:29:18 deraadt Exp $ */ +/* $OpenBSD: conf.h,v 1.7 1998/08/24 05:30:00 millert Exp $ */ /* $NetBSD: conf.h,v 1.8 1996/12/31 07:12:43 mrg Exp $ */ /* @@ -97,3 +97,5 @@ cdev_decl(rd); cdev_decl(mtty); cdev_decl(mbpp); + +cdev_decl(ksyms); |