K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T20:04:42.000000Z K 7 svn:log V 247 MFC: cam_get_device() was returning 0 on failure, and 1 on success, while camcontrol(8) and the documentation in camlib.c and cam(3) all expect -1 on failure and 0 on success. Updated camlib.c to return the values specified by the documentation. END