Fix compile warning - proc should have been thread.

This commit is contained in:
Peter Grehan 2003-04-19 02:18:51 +00:00
parent 23cecb19f0
commit 5a2409f32c

View File

@ -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;