K 10 svn:author V 5 peter K 8 svn:date V 27 2004-10-11T21:56:27.000000Z K 7 svn:log V 303 Belatedly catch up with the dev_t/cdev changes from a few months back. Extract the struct cdev pointer and the tty device from inside rather than incorrectly casting the 'struct cdev *' pointer to a 'dev_t' int. Not that this was particularly important since it was only used for reading vmcore files. END