summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-12 11:05:03 +0000
committereivind <eivind@FreeBSD.org>1999-01-12 11:05:03 +0000
commit10fe024e74a62f0e6658d88d9ffcb055d77e6c56 (patch)
treee001ca5cdf3b45d65738514da777d6e11a3b83e4 /sys/i4b/driver
parent781ad75bd78c6d6d2e55bd641f1b7c19cecc5ada (diff)
downloadFreeBSD-src-10fe024e74a62f0e6658d88d9ffcb055d77e6c56.zip
FreeBSD-src-10fe024e74a62f0e6658d88d9ffcb055d77e6c56.tar.gz
Silence warnings.
Approved by: hm
Diffstat (limited to 'sys/i4b/driver')
-rw-r--r--sys/i4b/driver/i4b_ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/driver/i4b_ctl.c b/sys/i4b/driver/i4b_ctl.c
index 56bcb02..04c63c1 100644
--- a/sys/i4b/driver/i4b_ctl.c
+++ b/sys/i4b/driver/i4b_ctl.c
@@ -27,7 +27,7 @@
* i4b_ctl.c - i4b system control port driver
* ------------------------------------------
*
- * $Id: i4b_ctl.c,v 1.17 1998/12/05 18:02:39 hm Exp $
+ * $Id: i4b_ctl.c,v 1.1 1998/12/27 21:46:42 phk Exp $
*
* last edit-date: [Sat Dec 5 17:59:15 1998]
*
@@ -153,7 +153,7 @@ i4bctlattach()
#ifdef DEVFS
devfs_token = devfs_add_devswf(&i4bctl_cdevsw, 0, DV_CHR,
UID_ROOT, GID_WHEEL, 0600,
- "i4bctl", 0);
+ "i4bctl");
#endif
}
OpenPOWER on IntegriCloud