K 10 svn:author V 3 mux K 8 svn:date V 27 2002-11-02T20:16:35.000000Z K 7 svn:log V 345 Fix some warnings on 64 bit architectures. The vn_extattr_get() function takes an int * parameter, not a size_t * parameter. Arguably, it should rather take a size_t *, but that would require changing the uio_resid field of struct uio to be a size_t instead of an int, which I don't want to do that close to 5.0-RELEASE. Reviewed by: rwatson END