diff options
-rw-r--r-- | sys/dev/sk/if_sk.c | 2 | ||||
-rw-r--r-- | sys/pci/if_sk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 91b09eb..272bdc5 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/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. */ 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. */ |