summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 91b09eb..272bdc5 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -750,7 +750,7 @@ sk_gmchash(addr)
const uint8_t *addr;
{
u_int32_t crc;
- uint idx, bit;
+ u_int idx, bit;
uint8_t tmpData, data;
/* Compute CRC for the address value. */
OpenPOWER on IntegriCloud