diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 06:14:44 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 06:14:44 +0000 |
commit | a47828983e61e0be4f4cbbc4a3385039c90ad272 (patch) | |
tree | 098c6c9d1ccddc22ad7719c602fb3f96c33256ea /sys/arch/loongson | |
parent | d912268af18b8ad6413142cb7cd2f46da52365d8 (diff) |
unlink crypto(4) pseudo device from the architecture dependant character
device tables and kernel config files. ok deraadt
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/conf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c index 2873d877ebd..0316535c9a5 100644 --- a/sys/arch/loongson/loongson/conf.c +++ b/sys/arch/loongson/loongson/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 2013/11/04 14:11:29 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.18 2014/08/20 06:14:42 mikeb Exp $ */ /* * Copyright (c) 1992, 1993 @@ -114,8 +114,6 @@ cdev_decl(wd); #include "pci.h" cdev_decl(pci); -#include "inet.h" - #include "pf.h" #include "systrace.h" @@ -183,7 +181,7 @@ struct cdevsw cdevsw[] = cdev_audio_init(NAUDIO,audio), /* 44: /dev/audio */ cdev_video_init(NVIDEO,video), /* 45: generic video I/O */ cdev_notdef(), /* 46: */ - cdev_crypto_init(NCRYPTO,crypto), /* 47: /dev/crypto */ + cdev_notdef(), /* 47: was: /dev/crypto */ cdev_notdef(), /* 48: */ cdev_bio_init(NBIO,bio), /* 49: ioctl tunnel */ cdev_systrace_init(NSYSTRACE,systrace), /* 50: system call tracing */ |