From owner-cvs-all Tue Jun 15 13: 3: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F6614E6A; Tue, 15 Jun 1999 13:03:03 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34313; Tue, 15 Jun 1999 13:03:03 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199906152003.NAA34313@freefall.freebsd.org> From: Mike Pritchard Date: Tue, 15 Jun 1999 13:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcam camlib.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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