summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-04-19 18:44:04 +0000
committerobrien <obrien@FreeBSD.org>2004-04-19 18:44:04 +0000
commitdbae7a3e819e23ccf00762fe6a4b79e138268746 (patch)
treedcc4bd06264dd8f6791b60383fec18ea1fe63e13 /sys/pci
parent6e5a424e763533ce0ec33e2969e5f2750ebb0501 (diff)
downloadFreeBSD-src-dbae7a3e819e23ccf00762fe6a4b79e138268746.zip
FreeBSD-src-dbae7a3e819e23ccf00762fe6a4b79e138268746.tar.gz
Use BSD spelling, no SysV.
Diffstat (limited to 'sys/pci')
-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