Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rump libvirtio_ld: fix double-definition of
struct cfdriver ld_cd
When libvirtio_ld builds as module, it compiles in `ld_cd` twice. Prevent CFDRIVER_DECL from redefining it in ld_at_virtio.c when including ioconf.c, and keep the definition in sys/dev.ld.c.
- Loading branch information