diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-01-14 12:11:36 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-01-14 12:11:36 +0000 |
commit | 166fe887db3c6472a376a23d4c5653854ee403f1 (patch) | |
tree | abfe2857db5ebfd98e2148a4ce87320dabdde54d /sys | |
parent | 4a3fe56d18a5b98d45a413e00b17d1d586b4cbba (diff) |
Remove struct mclsizes, this is a left over.
ok dlg@
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 */ |