From dbae7a3e819e23ccf00762fe6a4b79e138268746 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 19 Apr 2004 18:44:04 +0000 Subject: Use BSD spelling, no SysV. --- sys/pci/if_sk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci') 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. */ -- cgit v1.1