CVSROOT: /cvs Module name: src Changes by: jake...@cvs.openbsd.org 2010/09/12 16:27:52
Modified files: sys/dev/usb : uvideo.c sys/sys : videoio.h Log message: anonymous unions aren't standard C and don't work with gcc2. name the anonymous unions "un". delete some obsolete mpeg/jpeg compression methods that have never been supported, and will not need to be supported.