aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1998-09-18 22:29:35 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1998-09-18 22:29:35 +0000
commit71bf9f8a93b6228c949c268d9bb564a500447fc0 (patch)
tree369a78e4095866fb79e88a766975372f4a7120af /lib/libcam
parent65d5a8999d6e9db0ee7e79d1ccf7fc0a89906047 (diff)
downloadsrc-71bf9f8a93b6228c949c268d9bb564a500447fc0.tar.gz
src-71bf9f8a93b6228c949c268d9bb564a500447fc0.zip
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
Notes
Notes: svn path=/head/; revision=39465
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 b7e7189826e7..0bccbdce7fb6 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