summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer4
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/layer4
parent781ad75bd78c6d6d2e55bd641f1b7c19cecc5ada (diff)
downloadFreeBSD-src-10fe024e74a62f0e6658d88d9ffcb055d77e6c56.zip
FreeBSD-src-10fe024e74a62f0e6658d88d9ffcb055d77e6c56.tar.gz
Silence warnings.
Approved by: hm
Diffstat (limited to 'sys/i4b/layer4')
-rw-r--r--sys/i4b/layer4/i4b_i4bdrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c
index 0c21e8e..e48d993 100644
--- a/sys/i4b/layer4/i4b_i4bdrv.c
+++ b/sys/i4b/layer4/i4b_i4bdrv.c
@@ -27,7 +27,7 @@
* i4b_i4bdrv.c - i4b userland interface driver
* --------------------------------------------
*
- * $Id: i4b_i4bdrv.c,v 1.33 1998/12/12 19:44:36 hm Exp $
+ * $Id: i4b_i4bdrv.c,v 1.1 1998/12/27 21:46:52 phk Exp $
*
* last edit-date: [Sat Dec 5 18:35:02 1998]
*
@@ -162,7 +162,7 @@ i4battach()
#ifdef DEVFS
devfs_token = devfs_add_devswf(&i4b_cdevsw, 0, DV_CHR,
UID_ROOT, GID_WHEEL, 0600,
- "i4b", 0);
+ "i4b");
#endif
}
OpenPOWER on IntegriCloud