K 10 svn:author V 6 scottl K 8 svn:date V 27 2009-06-22T14:43:48.141896Z K 7 svn:log V 296 Change cam_periph_ioctl() to take 'cmd' and a u_long instead of an int. All of its callers pass in cmd as a u_long, so this has always been a dangerous type demotion. It was spooted by clang/llvm trying to do a type promotion and sign extension within cam_periph_ioctl. Submitted by: rdivacky END