mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Fix compile errors. Bah.
This commit is contained in:
parent
a4d629e32d
commit
9580b6766e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140418
@ -498,7 +498,7 @@ _bus_dmamap_load_buffer(bus_dma_tag_t dmat,
|
||||
struct thread *td,
|
||||
int flags,
|
||||
bus_addr_t *lastaddrp,
|
||||
bus_dma_segment_t *segs;
|
||||
bus_dma_segment_t *segs,
|
||||
int *segp,
|
||||
int first)
|
||||
{
|
||||
@ -712,7 +712,7 @@ bus_dmamap_load_mbuf_sg(bus_dma_tag_t dmat, bus_dmamap_t map,
|
||||
struct mbuf *m0, bus_dma_segment_t *segs,
|
||||
int *nsegs, int flags)
|
||||
{
|
||||
int nsegs, error;
|
||||
int error;
|
||||
|
||||
M_ASSERTPKTHDR(m0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user