freebsd-dev/lib/libcam
Mike Pritchard 3d416122d3 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
1999-06-15 20:03:01 +00:00
..
cam_cdbparse.3 Fixed missing header in synopsis (<camlib.h> includes half the universe 1999-03-05 17:11:37 +00:00
cam.3 Fixed missing header in synopsis (<camlib.h> includes half the universe 1999-03-05 17:11:37 +00:00
camlib.c cam_get_device() was returning 0 on failure, and 1 on success, while 1999-06-15 20:03:01 +00:00
camlib.h CAM userland utility library, a replacement for libscsi. 1998-09-15 06:16:46 +00:00
Makefile Add man pages for many of the functions in the CAM library. This covers 1998-10-14 06:20:36 +00:00
scsi_cmdparse.c Fix some Alpha portability problems, and add some belt-and-suspenders 1998-09-16 20:42:19 +00:00