From: James S. <jsi...@tr...> - 2002-01-23 23:22:41
|
> I get an error when trying to compile drivers/char/vt.c. The compiler > complains on line 1426 about mk_dev not being declared. It therefore > assumes that it returns an int, which is not coherent with kdev_t. > > By the way, where does this mk_dev function come from ? I can't seem to > find it in 2.4.17 or 2.5.2 Oops. Typo. It is mk_kdev. Fixing and commiting now. |