From owner-cvs-all Tue Jun 15 13: 4:47 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 210C314E6A; Tue, 15 Jun 1999 13:04:45 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34544; Tue, 15 Jun 1999 13:04:45 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199906152004.NAA34544@freefall.freebsd.org> From: Mike Pritchard Date: Tue, 15 Jun 1999 13:04:45 -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:04:45 PDT Modified files: (Branch: RELENG_3) lib/libcam camlib.c Log: 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. Revision Changes Path 1.4.2.1 +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