mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
libcam in userspace also includes nvme_all.c which now depends on
nvme_util.c, so add nvme_util.c to libcam's sources. This requires
exporting the opcode and status code routines in nvme_util.c to
userspace as well as the kernel. In turn, this means nvmecontrol now
depends on libsbuf (which is already present in /lib).
Reported by: viswhin, Jenkins
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| cam.3 | ||
| cam_cdbparse.3 | ||
| camlib.c | ||
| camlib.h | ||
| Makefile | ||
| Makefile.depend | ||
| scsi_cmdparse.c | ||
| scsi_wrap.c | ||
| scsi_wrap.h | ||