s/struct dev_t */dev_t */

This commit is contained in:
phk 2002-09-28 21:21:01 +00:00
parent 0cdb6c3d20
commit 983b8bb673

@ -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;