summaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index ab6df1ab27f..18e3fd153c8 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.102 2008/12/12 22:07:33 claudio Exp $ */
+/* $OpenBSD: if.h,v 1.103 2009/01/27 09:17:51 dlg Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -109,7 +109,7 @@ struct if_clonereq {
struct mclpool {
u_short mcl_alive;
u_short mcl_hwm;
- u_short mcl_size;
+ u_short mcl_cwm;
u_short mcl_lwm;
};