diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/mbuf.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 2f51d28b4d7..7e90db7bed0 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.h,v 1.155 2011/07/08 18:48:51 henning Exp $ */ +/* $OpenBSD: mbuf.h,v 1.156 2012/01/14 12:11:35 haesbaert Exp $ */ /* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */ /* @@ -376,11 +376,6 @@ struct mbstat { #ifdef _KERNEL -struct mclsizes { - u_int size; - u_int hwm; -}; - extern struct mbstat mbstat; extern int nmbclust; /* limit on the # of clusters */ extern int mblowat; /* mbuf low water mark */ |