summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-28 21:21:01 +0000
committerphk <phk@FreeBSD.org>2002-09-28 21:21:01 +0000
commit983b8bb6735c96f322dc64b600c356433342eaa6 (patch)
tree7e19c24eee4fb61d2a0ad842a124a63736d8025b /sys/fs/devfs/devfs_devs.c
parent0cdb6c3d206107621d8d2890869a6f489e962381 (diff)
downloadFreeBSD-src-983b8bb6735c96f322dc64b600c356433342eaa6.zip
FreeBSD-src-983b8bb6735c96f322dc64b600c356433342eaa6.tar.gz
s/struct dev_t */dev_t */
Diffstat (limited to 'sys/fs/devfs/devfs_devs.c')
-rw-r--r--sys/fs/devfs/devfs_devs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index 15a2018..c01eba4 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -152,7 +152,7 @@ devfs_attemptoverflow(int insist)
ot = NULL;
or = NULL;
n = devfs_noverflowwant;
- nb = sizeof (struct dev_t *) * n;
+ nb = sizeof (dev_t *) * n;
MALLOC(ot, dev_t **, nb, M_DEVFS, (insist ? M_WAITOK : M_NOWAIT) | M_ZERO);
if (ot == NULL)
goto bail;
OpenPOWER on IntegriCloud