diff options
author | julian <julian@FreeBSD.org> | 1995-11-29 14:41:20 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-11-29 14:41:20 +0000 |
commit | 198d88e0ae0e12a2ddafb80a60372116b0b1c0c6 (patch) | |
tree | 82e0b24f955f894892cc1c396f300233c0d0607a /sys/isa/sio.c | |
parent | 1758bf79ff52b23e5828e97e6ed62be161d761bf (diff) | |
download | FreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.zip FreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.tar.gz |
If you're going to mechanically replicate something in 50 files
it's best to not have a (compiles cleanly) typo in it! (sigh)
Diffstat (limited to 'sys/isa/sio.c')
-rw-r--r-- | sys/isa/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 7cabae4..7692fd1 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.120 1995/11/28 09:41:47 julian Exp $ + * $Id: sio.c,v 1.121 1995/11/29 10:47:54 julian Exp $ */ #include "sio.h" @@ -2589,8 +2589,8 @@ static void sio_drvinit(void *unused) /* path name devsw minor type uid gid perm*/ "/", "sio", major(dev), 0, DV_CHR, 0, 0, 0600); } - } #endif + } } SYSINIT(siodev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,sio_drvinit,NULL) |