diff options
author | 2007-05-29 07:23:20 +0000 | |
---|---|---|
committer | 2007-05-29 07:23:20 +0000 | |
commit | 65547e334f26742c4a7da4a9285636c4706e1cc0 (patch) | |
tree | f023f3b12cf37cb579986f6c90ecadd2899aa334 /sys/arch/sgi/sgi/conf.c | |
parent | typo (diff) | |
download | wireguard-openbsd-65547e334f26742c4a7da4a9285636c4706e1cc0.tar.xz wireguard-openbsd-65547e334f26742c4a7da4a9285636c4706e1cc0.zip |
code typo
Diffstat (limited to '')
-rw-r--r-- | sys/arch/sgi/sgi/conf.c | 4 |
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 */ |