mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue