diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-08 07:54:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-08 07:54:15 +0000 |
| commit | a55a017f42cd3f75d68f3a79b0a8f051b37435b8 (patch) | |
| tree | a76375ea757ab61d6de7a0c5ec2362d2e15d403f /sys/dev/sn | |
| parent | a5b5101f5eb625051381e7cd74ec05aa5f431842 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn')
| -rw-r--r-- | sys/dev/sn/if_sn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 689ee8361221..adf24878857a 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -133,7 +133,7 @@ static void snwatchdog(struct ifnet *); static void sn_setmcast(struct sn_softc *); static int sn_getmcf(struct arpcom *ac, u_char *mcf); -static uint32_t sn_mchash(const uint8_t *addr); +static uint32_t sn_mchash(const uint8_t *); /* I (GB) have been unlucky getting the hardware padding * to work properly. |
