Backout previous commit. It was a mistake.

This commit is contained in:
bp 2000-01-23 15:47:46 +00:00
parent 17ac9b02ac
commit e46c949b8c

View File

@ -300,7 +300,7 @@ make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms, char
dev = makedev(devsw->d_maj, minor);
va_start(ap, fmt);
i = kvprintf(fmt, NULL, dev->si_name, SPECNAMELEN + 1, ap);
i = kvprintf(fmt, NULL, dev->si_name, 32, ap);
dev->si_name[i] = '\0';
va_end(ap);
dev->si_devsw = devsw;