diff options
author | imp <imp@cvs.openbsd.org> | 1998-10-14 18:28:07 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1998-10-14 18:28:07 +0000 |
commit | e28f58acd6d7af9d9ac528ac5a05ef585d8840ea (patch) | |
tree | b5e0fd39f314e28b291598edf4663e95262634a6 /sys/arch/arc | |
parent | fad9ac8cd250c92357b84b02ef927aa2e72d8115 (diff) |
o include ch.h so that NCH is defined
o spell ksyms with with two s's
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/arc/conf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/arc/arc/conf.c b/sys/arch/arc/arc/conf.c index 7d8f0348eba..6883f5a904d 100644 --- a/sys/arch/arc/arc/conf.c +++ b/sys/arch/arc/arc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.25 1998/09/25 09:20:52 todd Exp $ */ +/* $OpenBSD: conf.c,v 1.26 1998/10/14 18:28:06 imp Exp $ */ /* * Copyright (c) 1992, 1993 @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 8.2 (Berkeley) 11/14/93 - * $Id: conf.c,v 1.25 1998/09/25 09:20:52 todd Exp $ + * $Id: conf.c,v 1.26 1998/10/14 18:28:06 imp Exp $ */ #include <sys/param.h> @@ -169,6 +169,7 @@ cdev_decl(xfs_dev); #endif #include "ksyms.h" cdev_decl(ksyms); +#include "ch.h" #ifdef IPFILTER #define NIPF 1 @@ -213,7 +214,7 @@ struct cdevsw cdevsw[] = cdev_uk_init(NUK,uk), /* 32: unknown SCSI */ cdev_random_init(1,random), /* 33: random data source */ cdev_ss_init(NSS,ss), /* 34: SCSI scanner */ - cdev_kyms_init(NKSYMS,ksyms), /* 35: Kernel symbols device */ + cdev_ksyms_init(NKSYMS,ksyms), /* 35: Kernel symbols device */ cdev_ch_init(NCH,ch), /* 36: SCSI autochanger */ cdev_notdef(), /* 37: */ cdev_notdef(), /* 38: */ |