Use BSD spelling, no SysV.

This commit is contained in:
David E. O'Brien 2004-04-19 18:44:04 +00:00
parent f29a68407b
commit bbd8da91aa
2 changed files with 2 additions and 2 deletions

View file

@ -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. */

View file

@ -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. */