K 10 svn:author V 3 imp K 8 svn:date V 27 2004-12-13T07:23:34.000000Z K 7 svn:log V 315 Rather than casting through a (void *) to avoid the aliasing warning, do things correctly from an aliasing perspective. Put the vop_generic_args element as the first element for all the vop_*_args and adjust the code to take the address of that instead of the structure. OK'd based on a vague description by: phk END