mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
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
This commit is contained in:
parent
65d5a8999d
commit
71bf9f8a93
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39465
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user