diff options
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 0e21bdfc88e..91e1905f352 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.179 2008/11/25 12:47:00 deraadt Exp $ */ +/* $OpenBSD: if.c,v 1.180 2008/11/25 15:43:32 dlg Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -2019,7 +2019,7 @@ sysctl_ifq(int *name, u_int namelen, void *oldp, size_t *oldlenp, void m_clinitifp(struct ifnet *ifp) { - extern u_short mclsizes[]; + extern u_int mclsizes[]; int i; /* Initialize high water marks for use of cluster pools */ |