OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marcus Glocker (mglockercvs.openbsd.org)
Date: Fri Aug 01 2008 - 07:16:53 CDT


CVSROOT: /cvs
Module name: src
Changes by: mglockercvs.openbsd.org 2008/08/01 06:16:52

Modified files:
        sys/dev/usb : uvideo.c

Log message:
- Use defined return values wherever possible instead inventing
custom ones.
- Define functions which use USB return values with usbd_status
instead int.
- Define functions which always return 0 with void instead int.
- (void) function calls which don't check the return code.