From 0a1b74a3d1c8c8c88fb85425354f38916263e3fc Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 14 Mar 2017 15:08:56 +0000 Subject: [PATCH] Fixup LINT by using uint64_t type as we do on all other calls to PNMB() Found with Jenkins. Reported by: lwshu Sponsored by: Limelight Networks --- sys/net/iflib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 87ad4a309834..bec7d0b0fbd4 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -860,7 +860,7 @@ iflib_netmap_txsync(struct netmap_kring *kring, int flags) for (n = 0; nm_i != head; n++) { struct netmap_slot *slot = &ring->slot[nm_i]; u_int len = slot->len; - vm_paddr_t paddr; + uint64_t paddr; void *addr = PNMB(na, slot, &paddr); int flags = (slot->flags & NS_REPORT || nic_i == 0 || nic_i == report_frequency) ?