K 10 svn:author V 5 peter K 8 svn:date V 27 2003-06-27T23:10:58.000000Z K 7 svn:log V 230 Fix pointer/int warnings so this compiles on amd64. The driver wants to store an int in the bio->bio_driver1 (a void *). It is big enough, but you have to match the int sizes first before doing the cast. Glanced at by: scottl END