NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: netbsd-8 build distribution error
* Gua Chung Lim (gua.chunglim%gmail.com@localhost) wrote:
> Apparently, the file '/usr/tools/info/make.info' is missing,
> as shown at the beginning of the log file.
Or this maybe the root cause.
Excerpted from /usr/src/sys/net/if_vlan.c lines 155 - 169.
struct ifvlan {
union {
struct ethercom ifvu_ec;
} ifv_u;
struct ifvlan_linkmib *ifv_mib; /*
* reader must use vlan_getref_linkmib()
* instead of direct dereference
*/
kmutex_t ifv_lock; /* writer lock for ifv_mib */
LIST_HEAD(__vlan_mchead, vlan_mc_entry) ifv_mc_listhead;
LIST_ENTRY(ifvlan) ifv_list;
struct pslist_entry ifv_hash;
int ifv_flags;
};
There is no 'ifv_psz' member in struct ifvlan.
Let me try fixing it.
Thanks,
--
Gua Chung Lim
"UNIX is basically a simple operating system,
but you have to be a genius to understand the simplicity."
-- Dennis M. Ritchie
Home |
Main Index |
Thread Index |
Old Index