summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 07:23:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 07:23:21 +0000
commitf113f80407e774118cc0eb5958727ca4350b3f40 (patch)
tree4902118effa20c5258e3f21248813c7990c15cd6 /sys
parent22247d3fe1c4b5a3a247bc5eb2a8e9474b7e3fe8 (diff)
code typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/sgi/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/conf.c b/sys/arch/sgi/sgi/conf.c
index 55d74772150..fb80c7fae33 100644
--- a/sys/arch/sgi/sgi/conf.c
+++ b/sys/arch/sgi/sgi/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2007/05/28 22:26:03 todd Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2007/05/29 07:23:20 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -181,7 +181,7 @@ cdev_wsdisplay_init(NWSDISPLAY, wsdisplay), /* 25: */
cdev_notdef(), /* 46: */
cdev_crypto_init(NCRYPTO,crypto), /* 47: /dev/crypto */
cdev_notdef(), /* 48: */
- cdev_bio_init(NDEV,bio), /* 49: ioctl tunnel */
+ cdev_bio_init(NBIO,bio), /* 49: ioctl tunnel */
cdev_systrace_init(NSYSTRACE,systrace), /* 50: system call tracing */
#ifdef XFS
cdev_xfs_init(NXFS,xfs_dev), /* 51: xfs communication device */