diff options
author | 2010-03-31 16:33:08 +0000 | |
---|---|---|
committer | 2010-03-31 16:33:08 +0000 | |
commit | ea609745dcff0834da5f9d11fd872ef9a0594147 (patch) | |
tree | 88e725472a76942064a6be4c6a03d8f5e01a7352 /sys | |
parent | Radeon HD2400 XT works. Tested by Dennis den Brok; thanks! (diff) | |
download | wireguard-openbsd-ea609745dcff0834da5f9d11fd872ef9a0594147.tar.xz wireguard-openbsd-ea609745dcff0834da5f9d11fd872ef9a0594147.zip |
fix typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/socppc/socppc/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/socppc/conf.c b/sys/arch/socppc/socppc/conf.c index 49804f3fb8f..2ea6c23622e 100644 --- a/sys/arch/socppc/socppc/conf.c +++ b/sys/arch/socppc/socppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2010/03/30 19:16:09 matthieu Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2010/03/31 16:33:08 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -201,7 +201,7 @@ struct cdevsw cdevsw[] = { cdev_ptm_init(NPTY,ptm), /* 77: pseudo-tty ptm device */ cdev_vscsi_init(NVSCSI,vscsi), /* 78: vscsi */ cdev_notdef(), /* 79 */ - cdev_notdev(), /* 80 */ + cdev_notdef(), /* 80 */ cdev_bthub_init(NBTHUB,bthub), /* 81: bluetooth hub */ }; int nchrdev = sizeof cdevsw / sizeof cdevsw[0]; |