summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-09-18 22:29:35 +0000
committerken <ken@FreeBSD.org>1998-09-18 22:29:35 +0000
commite00d4f6e8d46a42e518512b38e0d2fb3d89e7470 (patch)
tree41029f84a778d21f4efd9329f0c19442a856333a /lib/libcam
parent6554ecc3baf53eb9926464155b7d133d7f1dfb7d (diff)
downloadFreeBSD-src-e00d4f6e8d46a42e518512b38e0d2fb3d89e7470.zip
FreeBSD-src-e00d4f6e8d46a42e518512b38e0d2fb3d89e7470.tar.gz
Remove scsi_da.c from the list of things compiled into the CAM library.
The functions that were being compiled into the library have been moved to scsi_all.c. One warning: Any programs using scsi_start_stop() or scsi_read_write() that included scsi_da.h but not scsi_all.h will need to be changed to include scsi_all.h. This doesn't affect camcontrol, and I don't think it affects any ports, but you never know. PR: kern/7969 Reviewed by: gibbs
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile
index b7e7189..0bccbdc 100644
--- a/lib/libcam/Makefile
+++ b/lib/libcam/Makefile
@@ -1,6 +1,6 @@
LIB= cam
-SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c
+SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_sa.c cam.c
# MAN3= cam.3
OpenPOWER on IntegriCloud