diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-11-25 15:43:33 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-11-25 15:43:33 +0000 |
commit | 7c5970b40646af097446ecad1a36f2def9599857 (patch) | |
tree | 9d2877db7674007a11674d3181879d3a8a70b9a4 /sys/net | |
parent | 8a47c75221bb2302bcd8a1fabaefcdbdc38a88dc (diff) |
art says he doesnt suck anymore, so enable the really big cluster
allocators again.
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 */ |