mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use BSD spelling, no SysV.
This commit is contained in:
parent
f29a68407b
commit
bbd8da91aa
2 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue