aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-04-19 18:44:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-04-19 18:44:04 +0000
commitbbd8da91aac2541bb52ad93c819dd3acd436f3b9 (patch)
treedcc4bd06264dd8f6791b60383fec18ea1fe63e13 /sys/dev/sk
parentf29a68407bfab024bac593a10f41379c51deebe2 (diff)
downloadsrc-bbd8da91aac2541bb52ad93c819dd3acd436f3b9.tar.gz
src-bbd8da91aac2541bb52ad93c819dd3acd436f3b9.zip
Use BSD spelling, no SysV.
Notes
Notes: svn path=/head/; revision=128439
Diffstat (limited to 'sys/dev/sk')
-rw-r--r--sys/dev/sk/if_sk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c
index 91b09eb1264c..272bdc5a3973 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. */