Date: Tue, 15 Jun 1999 13:03:03 -0700 (PDT) From: Mike Pritchard <mpp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcam camlib.c Message-ID: <199906152003.NAA34313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mpp 1999/06/15 13:03:03 PDT
Modified files:
lib/libcam camlib.c
Log:
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.
PR: 12023
Revision Changes Path
1.5 +10 -10 src/lib/libcam/camlib.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906152003.NAA34313>
