mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Fix compile warning - proc should have been thread.
This commit is contained in:
parent
23cecb19f0
commit
5a2409f32c
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ bus_dmamap_load_uio(bus_dma_tag_t dmat, bus_dmamap_t map, struct uio *uio,
|
|||
int nsegs, i, error, first;
|
||||
bus_size_t resid;
|
||||
struct iovec *iov;
|
||||
struct proc *td = NULL;
|
||||
struct thread *td = NULL;
|
||||
|
||||
resid = uio->uio_resid;
|
||||
iov = uio->uio_iov;
|
||||
|
|
|
|||
Loading…
Reference in a new issue