sync with if_ether.h

This commit is contained in:
gwr 1997-01-15 18:19:35 +00:00
parent 0ad5b3127c
commit e1cb27e32f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_arp.h,v 1.23 1996/10/09 01:15:05 thorpej Exp $ */
/* $NetBSD: if_arp.h,v 1.24 1997/01/15 18:19:35 gwr Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -119,6 +119,7 @@ struct ether_arp {
struct arpcom {
struct ifnet ac_if; /* network-visible interface */
u_int8_t ac_enaddr[ETHER_ADDR_LEN]; /* ethernet hardware address */
char ac__pad[2]; /* be nice to m68k ports */
LIST_HEAD(, ether_multi) ac_multiaddrs; /* list of ether multicast addrs */
int ac_multicnt; /* length of ac_multiaddrs list */
};